Incognito Toggle

Switches between incognito and regular browsing

Incognito Toggleคืออะไร?

Incognito Toggle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Meebuhs และคุณลักษณะหลักของมันคือ "Switches between incognito and regular browsing"

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

screenshot

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

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

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

                        This extension provides a simple way to switch between incognito and regular browsing.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Incognito Toggle Incognito Toggle
ID mdgklkgfkebppeoioeldnnnhfodlnlkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/incognito-toggle/mdgklkgfkebppeoioeldnnnhfodlnlkj
คำอธิบาย Switches between incognito and regular browsing
ขนาดไฟล์ 30.16 KB
จำนวนการติดตั้ง 331
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2019-12-03
วันที่เผยแพร่ 2019-12-02
ผู้พัฒนา Meebuhs
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Switches between incognito and regular browsing",
    "version": "0.1.0",
    "name": "Incognito Toggle",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/incognito-toggle-icon-32.png",
            "64": "images\/incognito-toggle-icon-64.png",
            "128": "images\/incognito-toggle-icon-128.png"
        }
    },
    "icons": {
        "32": "images\/incognito-toggle-icon-32.png",
        "64": "images\/incognito-toggle-icon-64.png",
        "128": "images\/incognito-toggle-icon-128.png"
    },
    "manifest_version": 2
}