Hyperlink from selected text
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
¿Qué es Hyperlink from selected text?
Hyperlink from selected text es una extensión de Chrome desarrollada por TGSchmidt, y su función principal es "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hyperlink from selected text
Descarga archivos de extensión Hyperlink from selected text en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Hyperlink from selected text |
ID | pinpojlbpepmejokkijmeehfhmhimnae |
URL Oficial | https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae |
Descripción | Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu |
Tamaño del Archivo | 21.65 KB |
Cantidad de Instalaciones | 296 |
Versión Actual | 1.2 |
Última Actualización | 2022-02-21 |
Fecha de Publicación | 2012-07-15 |
Calificación | 3.63/5 Total de 8 Calificaciones |
Desarrollador | TGSchmidt |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |