Skip to content

junhan-z/URLCopyEngine

Repository files navigation

URLCopyEngine

Overview

A chrome extension to copy a specific pattern of URL of current tab.

Installation

For more details reference to google's page.

  1. Download this repo and unzip to a directory.
  2. Open the Extension Management page by navigating to chrome://extensions.
    • The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.
  3. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  4. Click the LOAD UNPACKED button and select the extension directory.

Instruction

For an example, if we'd like to match the content of questions/<number> when visit stackoverflow.com.

Go to options page:

  1. add which URL pattern to match, as specific as possible, otherwise the pattern of the first matched URL pattern will be selected. In this case: stackoverflow.com
  2. add the pattern of the URL to match, in this case: questions\/[0-9]+
  3. click 'Save'

  1. Go to stackoverflow.com pages, click the extension button, the content you are interested is copied to your clipboard with a notification. Voila, now you can paste it anywhere.

Disclaimer

Not intended to publish for now, use at your own risk.

About

A chrome extension to copy a specific pattern from the URL of current active tab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published