Site Labeler
Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
¿Qué es Site Labeler?
Site Labeler es una extensión de Chrome desarrollada por Gabriel Gonzalez, y su función principal es "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Site Labeler
Descarga archivos de extensión Site Labeler 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
Chrome extension to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site. v0.2.0 - Hide label on mouseover - Show label on mouse idle v0.1.0 - Initial release Comments, critics and suggestions are welcome! Source: https://github.com/gbrlmza/Chrome-SiteLabeler
Información Básica de la Extensión
Nombre | Site Labeler |
ID | mdkoanlgchgnkbfjcecafkadgneapali |
URL Oficial | https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali |
Descripción | Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site |
Tamaño del Archivo | 18.81 KB |
Cantidad de Instalaciones | 491 |
Versión Actual | 0.2.0 |
Última Actualización | 2015-11-12 |
Fecha de Publicación | 2015-11-11 |
Calificación | 4.80/5 Total de 5 Calificaciones |
Desarrollador | Gabriel Gonzalez |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/gbrlmza/Chrome-SiteLabeler |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Labeler", "version": "0.2.0", "manifest_version": 2, "description": "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |