Environment Tagger
Never delete those production data again!
Cos'è Environment Tagger?
Environment Tagger è un'estensione di Chrome sviluppata da Rasmus Østergård, e la sua funzione principale è "Never delete those production data again!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Environment Tagger
Scarica i file di estensione Environment Tagger 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
This extension will help you to identity different websites. Be able to tell if you are on production or in development
Informazioni di Base sull'Estensione
Nome | Environment Tagger |
ID | gcjmehmhcfchpgfkkgbncjccgbfcajbd |
URL Ufficiale | https://chromewebstore.google.com/detail/environment-tagger/gcjmehmhcfchpgfkkgbncjccgbfcajbd |
Descrizione | Never delete those production data again! |
Dimensione del File | 747 KB |
Conteggio Installazioni | 2,256 |
Versione Corrente | 1.0.1.2 |
Ultimo Aggiornamento | 2017-10-04 |
Data di Pubblicazione | 2017-10-04 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Rasmus Østergård |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Environment Tagger", "description": "Never delete those production data again!", "version": "1.0.1.2", "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": true }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "128.png", "default_title": "Environment Tagger" }, "icons": { "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |