Environment Tagger
Never delete those production data again!
Qu'est-ce que Environment Tagger ?
Environment Tagger est une extension Chrome développée par Rasmus Østergård, et sa fonction principale est "Never delete those production data again!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Environment Tagger
Téléchargez les fichiers d'extension Environment Tagger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will help you to identity different websites. Be able to tell if you are on production or in development
Informations de Base sur l'Extension
Nom | Environment Tagger |
ID | gcjmehmhcfchpgfkkgbncjccgbfcajbd |
URL Officiel | https://chromewebstore.google.com/detail/environment-tagger/gcjmehmhcfchpgfkkgbncjccgbfcajbd |
Description | Never delete those production data again! |
Taille du Fichier | 747 KB |
Nombre d'Installations | 2,256 |
Version Actuelle | 1.0.1.2 |
Dernière Mise à Jour | 2017-10-04 |
Date de Publication | 2017-10-04 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Rasmus Østergård |
Type de Paiement | free |
Langues Prises en Charge | 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 } |