Uncognito

Switches incognito tabs and links into normal tabs

Uncognito란 무엇입니까?

Uncognito은(는) Patrick Kingchatchaval에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switches incognito tabs and links into normal tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Uncognito 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension has two features:

1. Allows the user to use a context menu option to open a link from an incognito tab in a normal window, much like the built-in option to open a link in an incognito window

2. Allows the user to use the extension button to switch a current incognito tab into a normal tab, while simultaneously closing that incognito tab

The normal tab will try to open in an existing normal window first, before creating a new window if none is available.

Note: the 'Allow in incognito' option for this extension on chrome://extensions/ must be enabled for this extension to work!

===================
Update History
-------------------
Version 1.3
-Fixed an issue with the context menu option

Version 1.2
-Migrated to Manifest V3

Version 1.1
-Fixed a bug where if there are no existing normal windows, the context menu option doesn't work and the extension button doesn't close the incognito tab.
-Removed unnecessary permissions so that no permissions are required.
===================                    

확장 프로그램 기본 정보

이름 Uncognito Uncognito
ID gmimjhaoklngbnihfmcnidljnodmfmbd
공식 URL https://chromewebstore.google.com/detail/uncognito/gmimjhaoklngbnihfmcnidljnodmfmbd
설명 Switches incognito tabs and links into normal tabs
파일 크기 9.93 KB
설치 횟수 516
현재 버전 1.3
최근 업데이트 2022-06-24
출시 날짜 2018-03-06
평점 3.86/5 총 7 개의 평점
개발자 Patrick Kingchatchaval
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Uncognito",
    "version": "1.3",
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "Uncognito"
    },
    "description": "Switches incognito tabs and links into normal tabs",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}