Incognito This Tab
Want to surf the Internet in privacy? Use incognito mode to ensure the browser surfing history is not saved by Google Chrome.
Incognito This Tab란 무엇입니까?
Incognito This Tab은(는) https://incognito-this-tab.freeonlineapps.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Want to surf the Internet in privacy? Use incognito mode to ensure the browser surfing history is not saved by Google Chrome."입니다.
확장 프로그램 스크린샷
Incognito This Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our FREE Incognito This Tab is is a light-weight browser extension for Google Chrome, which enables users to easily load current tab in an incognito window. This extension is extremely light-weight and DOES NOT require any critical permission like reading your browser history etc. How to use? Incognito This Tab offers a handy keyboard shortcut: Alt + O. Hit this keys combination whenever you want to open the current tab in incognito mode. Alternatively, you can click on its toolbar button or the context menu option Reverse Functionality If you want the optional reverse functionality; i.e.; open an incognito tab in a normal window, you need to allow this extension in incognito mode. For this, visit the Extensions page (chrome://extensions) and check the “Allow in incognito” in details of extension.
확장 프로그램 기본 정보
이름 | Incognito This Tab |
ID | ohhmlnnajlcehkjjofonealejioaljio |
공식 URL | https://chromewebstore.google.com/detail/incognito-this-tab/ohhmlnnajlcehkjjofonealejioaljio |
설명 | Want to surf the Internet in privacy? Use incognito mode to ensure the browser surfing history is not saved by Google Chrome. |
파일 크기 | 52.58 KB |
설치 횟수 | 3,412 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2023-11-01 |
출시 날짜 | 2020-05-06 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://incognito-this-tab.freeonlineapps.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://incognito-this-tab.freeonlineapps.net/ |
도움말 페이지 URL | https://incognito-this-tab.freeonlineapps.net/privacy-policy |
개인정보 보호 정책 페이지 URL | https://www.freebusinessapps.net/privacy |
지원되는 언어 | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "img\/19.png", "38": "img\/38.png" }, "default_title": "__MSG_app_name__" }, "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Alt+O", "linux": "Alt+O", "mac": "Alt+O", "windows": "Alt+O" } } }, "default_locale": "en", "description": "__MSG_app_description__", "homepage_url": "https:\/\/incognito-this-tab.freeonlineapps.net\/", "icons": { "128": "img\/128.png", "16": "img\/16.png", "48": "img\/48.png" }, "manifest_version": 3, "name": "__MSG_app_name__", "offline_enabled": true, "permissions": [ "contextMenus", "activeTab" ], "short_name": "incognito this site", "version": "3.0.0" } |