IncogSwitch

Quickly switch the current window between normal and incognito mode.

IncogSwitchคืออะไร?

IncogSwitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jamie Redding และคุณลักษณะหลักของมันคือ "Quickly switch the current window between normal and incognito mode."

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

screenshot

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

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

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

                        Small extension to allow quick switching between normal and incognito modes. This was prompted from an existing extension I use being removed from the store so I made my own.

If you have any problems or want features added, please contact me -> [email protected]

Fixed in 1.2
------------------

- Handling of Japanese characters                    

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

ชื่อ IncogSwitch IncogSwitch
ID lmofebnkodbmemflnendlcpgfdbkgakd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/incogswitch/lmofebnkodbmemflnendlcpgfdbkgakd
คำอธิบาย Quickly switch the current window between normal and incognito mode.
ขนาดไฟล์ 32.58 KB
จำนวนการติดตั้ง 511
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-04-05
วันที่เผยแพร่ 2018-04-05
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Jamie Redding
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/TormundTargers/IncogSwitch
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IncogSwitch",
    "description": "Quickly switch the current window between normal and incognito mode.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}