Hyperlink Text Selector
Hold Shift and select text from a link.
什么是Hyperlink Text Selector?
Hyperlink Text Selector是由holden321开发的Chrome扩展程序,该扩展的主要功能是“Hold Shift and select text from a link.”。
扩展截图
下载Hyperlink Text Selector扩展crx文件
下载Hyperlink Text Selector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Small and fast extension.
Looks and feels almost like in the Opera browser :)
Enjoy! 扩展基本信息
| 名称 | |
| ID | ojnfanikhkhoklphdcehbolcpeipbaec |
| 官方URL | https://chromewebstore.google.com/detail/hyperlink-text-selector/ojnfanikhkhoklphdcehbolcpeipbaec |
| 简介 | Hold Shift and select text from a link. |
| 文件大小 | 14.66 KB |
| 安装次数 | 1,387 |
| 当前版本 | 1.3 |
| 更新时间 | 2015-01-03 |
| 上架时间 | 2015-01-03 |
| 评分 | 4.06/5 共50次评分 |
| 开发者 | holden321 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hyperlink Text Selector",
"short_name": "Select Link",
"description": "Hold Shift and select text from a link.",
"version": "1.3",
"icons": {
"16": "icon_16.png",
"19": "icon_19.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
]
} | |