Copy Text Fragment URL
Copy a link to any highlighted text just by right-clicking.
What is Copy Text Fragment URL?
Copy Text Fragment URL is a Chrome extension developed by Andrew Rabon, and its main feature is "Copy a link to any highlighted text just by right-clicking.".
Extension Screenshots
Download Copy Text Fragment URL Extension CRX File
Download Copy Text Fragment URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
As of version 80, Chromium has a fancy new feature called "scroll to text fragment," letting you jump to anywhere in the page given specified text. This extension wraps that functionality, letting you highlight and right-click to easily copy a URL to where that text is on the page. Inspired by and built for the Web's loyal vanguard and general lovable weirdo, Bruce Lawson.
Extension Basic Information
Name | Copy Text Fragment URL |
ID | bemdbglmlhlkmkgfnleiofphhekephnm |
Official URL | https://chromewebstore.google.com/detail/copy-text-fragment-url/bemdbglmlhlkmkgfnleiofphhekephnm |
Description | Copy a link to any highlighted text just by right-clicking. |
File Size | 148 KB |
Installation Count | 371 |
Current Version | 1.0.1 |
Last Updated | 2020-03-12 |
Publish Date | 2020-03-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Andrew Rabon |
Payment Type | free |
Extension Website | https://github.com/andrewrabon/copy-text-fragment-url |
Help Page URL | https://github.com/andrewrabon/copy-text-fragment-url/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Text Fragment URL", "version": "1.0.1", "description": "Copy a link to any highlighted text just by right-clicking.", "manifest_version": 2, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "512": "icons\/512.png" }, "background": { "scripts": [ "dist\/backgroundScript.js" ], "persistent": false }, "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus" ] } |