Open In Incognito
Open the current URL in an incognito window.
Open In Incognito란 무엇입니까?
Open In Incognito은(는) misterburton에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open the current URL in an incognito window."입니다.
확장 프로그램 스크린샷
Open In Incognito 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome Extensions — particularly those that block advertising tracking, malware and social widgets — can often impair the functionality of a given webpage, making debugging and testing difficult for web developers. 'Open In Incognito' is a quick way to open the current tab or window in an incognito window, disabling all extensions for which the user hasn't explicitly afforded incognito functionality. Further, opening a page in incognito mode is a session unto itself wherein which you are logged out of your every account, enabling you to quickly browse a site outside of your filter bubble and compare it to the page you see when logged in. https://en.wikipedia.org/wiki/Filter_bubble Developers: be sure to visit chrome://extensions/ and uncheck 'Allow in incognito' for all installed chrome extensions to ensure that none are affecting the display of your pages in incognito mode. Extension icon: 'Jason Voorhees' by the phenomenal icons8.com. http://thenounproject.com/term/jason-voorhees/14253/
확장 프로그램 기본 정보
이름 | |
ID | peacnpgnojjkmbepjndigjojeoipkflb |
공식 URL | https://chromewebstore.google.com/detail/open-in-incognito/peacnpgnojjkmbepjndigjojeoipkflb |
설명 | Open the current URL in an incognito window. |
파일 크기 | 33.84 KB |
설치 횟수 | 11,872 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2016-11-23 |
출시 날짜 | 2016-11-22 |
평점 | 4.14/5 총 14 개의 평점 |
개발자 | misterburton |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://misterburton.com/pages/open-in-incognito.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open In Incognito", "version": "0.0.3", "manifest_version": 2, "description": "Open the current URL in an incognito window.", "homepage_url": "http:\/\/misterburton.com\/pages\/open-in-incognito.html", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon76.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon76.png" }, "default_title": "Open In Incognito" }, "permissions": [ "tabs" ] } |