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