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 |
官方網址 | 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" ] } |