Fokus
Emphasized text-highlighting
¿Qué es Fokus?
Fokus es una extensión de Chrome desarrollada por hakim.elhattab, y su función principal es "Emphasized text-highlighting".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Fokus
Descarga archivos de extensión Fokus 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
Fokus emphasizes anything you select by covering the rest of the page with a semi-transparent black overlay. You can try it out here http://lab.hakim.se/fokus/ before installing. The plugin comes with a few options that can be accessed from Chrome's extension listing page. This allows you to: - Adjust overlay opacity - Specify a modifier key shift/ctrl/alt/cmd which must be held down to active the overlay - Adjust the padding around selection
Información Básica de la Extensión
Nombre | |
ID | flkkpmjbbpijiedjdgnhkcgopgnflehe |
URL Oficial | https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe |
Descripción | Emphasized text-highlighting |
Tamaño del Archivo | 10.25 KB |
Cantidad de Instalaciones | 1,157 |
Versión Actual | 1.7 |
Última Actualización | 2012-09-30 |
Fecha de Publicación | 2012-09-30 |
Calificación | 4.37/5 Total de 27 Calificaciones |
Desarrollador | hakim.elhattab |
Tipo de Pago | free |
Sitio Web de la Extensión | http://lab.hakim.se/fokus |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fokus", "version": "1.7", "manifest_version": 2, "description": "Emphasized text-highlighting", "icons": { "16": "fokus16.png", "48": "fokus48.png", "128": "fokus128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "fokus.min.js" ] } ], "options_page": "options.html", "permissions": [ "storage" ] } |