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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |