Copy Text Fragment URL
Copy a link to any highlighted text just by right-clicking.
什麼是Copy Text Fragment URL?
Copy Text Fragment URL是由Andrew Rabon開發的Chrome擴展程式,該擴展的主要功能是“Copy a link to any highlighted text just by right-clicking.”。
擴展截圖
下載Copy Text Fragment URL擴展crx文件
下載Copy Text Fragment URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Copy Text Fragment URL |
ID | bemdbglmlhlkmkgfnleiofphhekephnm |
官方網址 | https://chromewebstore.google.com/detail/copy-text-fragment-url/bemdbglmlhlkmkgfnleiofphhekephnm |
簡介 | Copy a link to any highlighted text just by right-clicking. |
檔案大小 | 148 KB |
安裝次數 | 371 |
目前版本 | 1.0.1 |
更新時間 | 2020-03-12 |
上架時間 | 2020-03-11 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Andrew Rabon |
付費類型 | free |
擴展官網 | https://github.com/andrewrabon/copy-text-fragment-url |
說明頁面URL | https://github.com/andrewrabon/copy-text-fragment-url/issues |
支援的語言 | 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" ] } |