Site Labeler
Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
Cos'è Site Labeler?
Site Labeler è un'estensione di Chrome sviluppata da Gabriel Gonzalez, e la sua funzione principale è "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Site Labeler
Scarica i file di estensione Site Labeler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Site Labeler |
ID | mdkoanlgchgnkbfjcecafkadgneapali |
URL Ufficiale | https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali |
Descrizione | Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site |
Dimensione del File | 18.81 KB |
Conteggio Installazioni | 491 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2015-11-12 |
Data di Pubblicazione | 2015-11-11 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | Gabriel Gonzalez |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/gbrlmza/Chrome-SiteLabeler |
Lingue Supportate | 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" ] } |