Link to fragment
Create and copy link to selected text fragment
什麼是Link to fragment?
Link to fragment是由Lino Uruñuela開發的Chrome擴展程式,該擴展的主要功能是“Create and copy link to selected text fragment”。
擴展截圖
下載Link to fragment擴展crx文件
下載Link to fragment擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
To create linkt to selected text: 1-Select text 2-Click icon 3-Copy link to selected text
擴展基本資訊
名稱 | Link to fragment |
ID | edldjmaahfpnohhdhcbcmaedmnmfjgab |
官方網址 | https://chromewebstore.google.com/detail/link-to-fragment/edldjmaahfpnohhdhcbcmaedmnmfjgab |
簡介 | Create and copy link to selected text fragment |
檔案大小 | 42.38 KB |
安裝次數 | 224 |
目前版本 | Second version extension, new design (border radius) |
更新時間 | 2020-12-10 |
上架時間 | 2020-06-08 |
評分 | 4.00/5 共 1 次評分 |
開發者 | Lino Uruñuela |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } } |