Environment Tagger
Never delete those production data again!
O que é Environment Tagger?
Environment Tagger é uma extensão do Chrome desenvolvida por Rasmus Østergård, e sua principal característica é "Never delete those production data again!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Environment Tagger
Baixe arquivos de extensão Environment Tagger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension will help you to identity different websites. Be able to tell if you are on production or in development
Informações Básicas da Extensão
Nome | Environment Tagger |
ID | gcjmehmhcfchpgfkkgbncjccgbfcajbd |
URL Oficial | https://chromewebstore.google.com/detail/environment-tagger/gcjmehmhcfchpgfkkgbncjccgbfcajbd |
Descrição | Never delete those production data again! |
Tamanho do Arquivo | 747 KB |
Contagem de Instalações | 2,256 |
Versão Atual | 1.0.1.2 |
Última Atualização | 2017-10-04 |
Data de Publicação | 2017-10-04 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | Rasmus Østergård |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |