Hyperlink from selected text
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
什麼是Hyperlink from selected text?
Hyperlink from selected text是由TGSchmidt開發的Chrome擴展程式,該擴展的主要功能是“Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu”。
擴展截圖
下載Hyperlink from selected text擴展crx文件
下載Hyperlink from selected text擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu.
A new blank tab opens containing the hyperlink. From there you can easily drag it into email or Google Docs. 擴展基本資訊
| 名稱 | |
| ID | pinpojlbpepmejokkijmeehfhmhimnae |
| 官方網址 | https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae |
| 簡介 | Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu |
| 檔案大小 | 21.65 KB |
| 安裝次數 | 296 |
| 目前版本 | 1.2 |
| 更新時間 | 2022-02-21 |
| 上架時間 | 2012-07-15 |
| 評分 | 3.63/5 共 8 次評分 |
| 開發者 | TGSchmidt |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hyperlink from selected text",
"version": "1.2",
"manifest_version": 2,
"description": "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"contextMenus"
]
} | |