Incognito or not

Quickly switch current tab or link from incognito window to normal window, or vice versa.

Incognito or not란 무엇입니까?

Incognito or not은(는) Penny에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly switch current tab or link from incognito window to normal window, or vice versa."입니다.

확장 프로그램 스크린샷

screenshot

Incognito or not 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Chrome extension enables you to switch incognito mode of current tab or link with one click, so you can switch current session easily.                    

확장 프로그램 기본 정보

이름 Incognito or not Incognito or not
ID bjgbcgencjbpjmghkipepgdmgpelenpg
공식 URL https://chromewebstore.google.com/detail/incognito-or-not/bjgbcgencjbpjmghkipepgdmgpelenpg
설명 Quickly switch current tab or link from incognito window to normal window, or vice versa.
파일 크기 14.29 KB
설치 횟수 2,069
현재 버전 1.2.0
최근 업데이트 2022-06-04
출시 날짜 2017-10-10
평점 4.75/5 총 4 개의 평점
개발자 Penny
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/spyth/Incognito-or-not
도움말 페이지 URL https://github.com/spyth/Incognito-or-not
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.0",
    "action": [],
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "default_locale": "en",
    "name": "Incognito or not",
    "description": "__MSG_extDesc__",
    "background": {
        "service_worker": "background.js"
    }
}