Incognito or not

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

Incognito or notคืออะไร?

Incognito or not เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Penny และคุณลักษณะหลักของมันคือ "Quickly switch current tab or link from incognito window to normal window, or vice versa."

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

screenshot

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

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

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

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