Environment Tagger
Never delete those production data again!
什么是Environment Tagger?
Environment Tagger是由Rasmus Østergård开发的Chrome扩展程序,该扩展的主要功能是“Never delete those production data again!”。
扩展截图
下载Environment Tagger扩展crx文件
下载Environment Tagger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will help you to identity different websites. Be able to tell if you are on production or in development
扩展基本信息
名称 | Environment Tagger |
ID | gcjmehmhcfchpgfkkgbncjccgbfcajbd |
官方URL | https://chromewebstore.google.com/detail/environment-tagger/gcjmehmhcfchpgfkkgbncjccgbfcajbd |
简介 | Never delete those production data again! |
文件大小 | 747 KB |
安装次数 | 2,256 |
当前版本 | 1.0.1.2 |
更新时间 | 2017-10-04 |
上架时间 | 2017-10-04 |
评分 | 5.00/5 共7次评分 |
开发者 | Rasmus Østergård |
付费类型 | free |
支持的语言 | 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 } |