Uncognito

Switches incognito tabs and links into normal tabs

Uncognitoคืออะไร?

Uncognito เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patrick Kingchatchaval และคุณลักษณะหลักของมันคือ "Switches incognito tabs and links into normal tabs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uncognito

ดาวน์โหลดไฟล์ส่วนขยาย Uncognito ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}