Incognito Launcher

Quick Incognito Launcher

Incognito Launcherคืออะไร?

Incognito Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mquadrant และคุณลักษณะหลักของมันคือ "Quick Incognito Launcher"

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

screenshot
screenshot

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

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

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

                        Open your current tab or highlighted tabs in an incognito or normal window in Just-One-Click.
Incognito Launcher is an easy to use extension that opens your current tab in an incognito (private browsing).

It's simple! 
- To open your normal tab in an incognito window: Click on the extension icon in a regular window and your current tab is opened in an incognito window. 
- To revert back to your normal tab: Repeat the above process in an incognito window and it is opened into a regular window.

Short cut:  "Ctrl + Shift + Right" for window and "Command + Shift + Right" for mac.

To enable this extension on Incognito window, Follow this steps here: https://www.thewindowsclub.com/enable-extensions-in-incognito-mode-on-google-chrome                    

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

ชื่อ Incognito Launcher Incognito Launcher
ID ipobjholhnadnkgkapnpbdcnogdfdepd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/incognito-launcher/ipobjholhnadnkgkapnpbdcnogdfdepd
คำอธิบาย Quick Incognito Launcher
ขนาดไฟล์ 15.45 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-05-24
วันที่เผยแพร่ 2020-10-12
ผู้พัฒนา mquadrant
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Launcher",
    "version": "1.1",
    "description": "Quick Incognito Launcher",
    "manifest_version": 3,
    "icons": {
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "commands": {
        "open-iiwindow": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right",
                "mac": "Command+Shift+Right"
            },
            "description": "Open highlighted\/current Tab in incognito"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": {
            "48": "images\/[email protected]",
            "128": "images\/[email protected]"
        }
    }
}