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 |
官方URL | 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" ] } |