Feature Toggle Extension
Helps you working with feature toggles
什么是Feature Toggle Extension?
Feature Toggle Extension是由Jonathan Fernández开发的Chrome扩展程序,该扩展的主要功能是“Helps you working with feature toggles”。
扩展截图
下载Feature Toggle Extension扩展crx文件
下载Feature Toggle Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Every time google chrome visit a website that match one of the supplied patterns, the extension will automatically add a new param to the url query string including the feature toggle. 扩展基本信息
| 名称 | |
| ID | oailcamkmclecbdgffdeamkknojkecjm |
| 官方URL | https://chromewebstore.google.com/detail/feature-toggle-extension/oailcamkmclecbdgffdeamkknojkecjm |
| 简介 | Helps you working with feature toggles |
| 文件大小 | 32.71 KB |
| 安装次数 | 43 |
| 当前版本 | 1.3 |
| 更新时间 | 2021-10-30 |
| 上架时间 | 2020-09-15 |
| 评分 | 4.88/5 共8次评分 |
| 开发者 | Jonathan Fernández |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Jonathan-JFR/FeatureToggleExtension |
| 支持的语言 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Feature Toggle Extension",
"default_locale": "en",
"short_name": "FTE",
"version": "1.3",
"icons": {
"128": "images\/extIcon128.png"
},
"author": "Jonathan Fern\u00e1ndez",
"homepage_url": "https:\/\/github.com\/Jonathan-JFR\/FeatureToggleExtension",
"description": "Helps you working with feature toggles",
"permissions": [
"webRequestBlocking",
"webRequest",
"declarativeContent",
"storage",
" | |