Environment Tagger
Never delete those production data again!
What is Environment Tagger?
Environment Tagger is a Chrome extension developed by Rasmus Østergård, and its main feature is "Never delete those production data again!".
Extension Screenshots
Download Environment Tagger Extension CRX File
Download Environment Tagger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will help you to identity different websites. Be able to tell if you are on production or in development
Extension Basic Information
Name | Environment Tagger |
ID | gcjmehmhcfchpgfkkgbncjccgbfcajbd |
Official URL | https://chromewebstore.google.com/detail/environment-tagger/gcjmehmhcfchpgfkkgbncjccgbfcajbd |
Description | Never delete those production data again! |
File Size | 747 KB |
Installation Count | 2,256 |
Current Version | 1.0.1.2 |
Last Updated | 2017-10-04 |
Publish Date | 2017-10-04 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Rasmus Østergård |
Payment Type | free |
Supported Languages | 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 } |