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] 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |