Optimizely Toggle for Chrome
This extension disables Optimizely for the tab you are browsing, via a switch.
Vad är Optimizely Toggle for Chrome?
Optimizely Toggle for Chrome är en Chrome-tillägg utvecklad av federicomaffei, och dess huvudfunktion är "This extension disables Optimizely for the tab you are browsing, via a switch.".
Tilläggsskärmbilder
Ladda ner Optimizely Toggle for Chrome-förlängningens CRX-fil
Ladda ner Optimizely Toggle for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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] Grundläggande Information om Tillägg
| Namn | |
| ID | eaoflpgigmnhpmdgnphpomomaflfglmj |
| Officiell webbadress | https://chromewebstore.google.com/detail/optimizely-toggle-for-chr/eaoflpgigmnhpmdgnphpomomaflfglmj |
| Beskrivning | This extension disables Optimizely for the tab you are browsing, via a switch. |
| Filstorlek | 140 KB |
| Antal Installationer | 232 |
| Aktuell Version | 1.0.4 |
| Senast Uppdaterad | 2016-02-23 |
| Publiceringsdatum | 2016-02-22 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | federicomaffei |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |