Optimizely Toggle for Chrome
This extension disables Optimizely for the tab you are browsing, via a switch.
什么是Optimizely Toggle for Chrome?
Optimizely Toggle for Chrome是由federicomaffei开发的Chrome扩展程序,该扩展的主要功能是“This extension disables Optimizely for the tab you are browsing, via a switch.”。
扩展截图
下载Optimizely Toggle for Chrome扩展crx文件
下载Optimizely Toggle for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will allow you to block Optimizely experiments on the web page you are browsing. It will do it by appending a string to the current url of the tab when a switch is toggled. Please send any question, or feature request, to [email protected]
扩展基本信息
名称 | Optimizely Toggle for Chrome |
ID | eaoflpgigmnhpmdgnphpomomaflfglmj |
官方URL | https://chromewebstore.google.com/detail/optimizely-toggle-for-chr/eaoflpgigmnhpmdgnphpomomaflfglmj |
简介 | This extension disables Optimizely for the tab you are browsing, via a switch. |
文件大小 | 140 KB |
安装次数 | 232 |
当前版本 | 1.0.4 |
更新时间 | 2016-02-23 |
上架时间 | 2016-02-22 |
评分 | 5.00/5 共3次评分 |
开发者 | federicomaffei |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Optimizely Toggle for Chrome", "description": "This extension disables Optimizely for the tab you are browsing, via a switch.", "icons": { "16": ".\/src\/img\/icon16.png", "48": ".\/src\/img\/icon48.png", "128": ".\/src\/img\/icon128.png" }, "version": "1.0.4", "browser_action": { "default_icon": ".\/src\/img\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "alert.html" ] } |