Link to fragment
Create and copy link to selected text fragment
What is Link to fragment?
Link to fragment is a Chrome extension developed by Lino Uruñuela, and its main feature is "Create and copy link to selected text fragment".
Extension Screenshots
Download Link to fragment Extension CRX File
Download Link to fragment 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
To create linkt to selected text: 1-Select text 2-Click icon 3-Copy link to selected text
Extension Basic Information
Name | Link to fragment |
ID | edldjmaahfpnohhdhcbcmaedmnmfjgab |
Official URL | https://chromewebstore.google.com/detail/link-to-fragment/edldjmaahfpnohhdhcbcmaedmnmfjgab |
Description | Create and copy link to selected text fragment |
File Size | 42.38 KB |
Installation Count | 224 |
Current Version | Second version extension, new design (border radius) |
Last Updated | 2020-12-10 |
Publish Date | 2020-06-08 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Lino Uruñuela |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link to fragment", "short_name": "Link to fragment", "description": "Create and copy link to selected text fragment", "icons": { "16": "images\/icon16-2-1.png", "24": "images\/icon24-2-1.png", "32": "images\/icon32-2-1.png", "64": "images\/icon64-2-1.png", "128": "images\/icon128-2-1.png" }, "browser_action": { "default_icon": { "16": "images\/icon16-2-1.png", "24": "images\/icon24-2-1.png", "32": "images\/icon32-2-1.png", "64": "images\/icon64-2-1.png", "128": "images\/icon128-2-1.png" } }, "version": "1.3", "version_name": "Second version extension, new design (border radius)", "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |