Copy Text Fragment URL
Copy a link to any highlighted text just by right-clicking.
¿Qué es Copy Text Fragment URL?
Copy Text Fragment URL es una extensión de Chrome desarrollada por Andrew Rabon, y su función principal es "Copy a link to any highlighted text just by right-clicking.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Copy Text Fragment URL
Descarga archivos de extensión Copy Text Fragment URL 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
As of version 80, Chromium has a fancy new feature called "scroll to text fragment," letting you jump to anywhere in the page given specified text. This extension wraps that functionality, letting you highlight and right-click to easily copy a URL to where that text is on the page. Inspired by and built for the Web's loyal vanguard and general lovable weirdo, Bruce Lawson.
Información Básica de la Extensión
Nombre | Copy Text Fragment URL |
ID | bemdbglmlhlkmkgfnleiofphhekephnm |
URL Oficial | https://chromewebstore.google.com/detail/copy-text-fragment-url/bemdbglmlhlkmkgfnleiofphhekephnm |
Descripción | Copy a link to any highlighted text just by right-clicking. |
Tamaño del Archivo | 148 KB |
Cantidad de Instalaciones | 371 |
Versión Actual | 1.0.1 |
Última Actualización | 2020-03-12 |
Fecha de Publicación | 2020-03-11 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Andrew Rabon |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/andrewrabon/copy-text-fragment-url |
URL de la Página de Ayuda | https://github.com/andrewrabon/copy-text-fragment-url/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Text Fragment URL", "version": "1.0.1", "description": "Copy a link to any highlighted text just by right-clicking.", "manifest_version": 2, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "512": "icons\/512.png" }, "background": { "scripts": [ "dist\/backgroundScript.js" ], "persistent": false }, "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus" ] } |