Highly Highlighter
Highlight to share.
¿Qué es Highly Highlighter?
Highly Highlighter es una extensión de Chrome desarrollada por http://highly.co, y su función principal es "Highlight to share.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Highly Highlighter
Descarga archivos de extensión Highly Highlighter 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
Highlight the web to share the important parts. Highly is the Highlighter Button that your browser, iPhone and iPad apps have been missing. Highlight anything. Save and share highlights, right as you read. Highly works darn near everywhere. Stories are better together. Follow friends on Highly, or post to social apps. Send highlights quickly to anybody.
Información Básica de la Extensión
Nombre | |
ID | hjpahjhcglfdopbholajmhpamgblhjhg |
URL Oficial | https://chrome.google.com/webstore/detail/highly-highlighter/hjpahjhcglfdopbholajmhpamgblhjhg |
Descripción | Highlight to share. |
Tamaño del Archivo | 1.29 MB |
Cantidad de Instalaciones | 8,616 |
Versión Actual | 3.18 |
Última Actualización | 2018-11-13 |
Fecha de Publicación | 2018-11-13 |
Calificación | 4.30/5 Total de 388 Calificaciones |
Desarrollador | http://highly.co |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.highly.co |
URL de la Página de Ayuda | http://www.highly.co/howto |
URL de la Página de Política de Privacidad | http://www.highly.co/legal |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highly Highlighter", "short_name": "Highly", "description": "Highlight to share.", "version": "3.18", "options_page": "html\/highly_options.html", "permissions": [ "activeTab", "tabs", "notifications", "cookies", "http:\/\/*\/", "https:\/\/*\/", "contextMenus" ], "background": { "scripts": [ "javascript\/foundation-chrome-background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [], "js": [ "javascript\/foundation-chrome-content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Highly \u2192 Type [ ! ] to Highlight", "default_icon": "\/images\/chrome-button-off.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*.png", "html\/highly_welcome.html", "fonts\/*", "images\/*" ], "icons": { "16": "images\/hicon_16.png", "32": "images\/hicon_32.png", "48": "images\/hicon_48.png", "128": "images\/hicon_128.png" } } |