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.
扩展基本信息
名称 | Hyperlink from selected text |
ID | pinpojlbpepmejokkijmeehfhmhimnae |
官方URL | 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" ] } |