Incognito This Tab

Open current tab in an incognito window.

Incognito This Tabคืออะไร?

Incognito This Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrowserNative และคุณลักษณะหลักของมันคือ "Open current tab in an incognito window."

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

screenshot
screenshot
screenshot

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

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

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

                        Use keyboard shortcut "Alt + O", toolbar button or the context menu option.

Simple and light-weight extension, doesn't require any special permission. No Adware or any malicious activity.

Enable "Allow in incognito" on Extensions page to use it in incognito mode for reverse functionality.                    

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

ชื่อ Incognito This Tab Incognito This Tab
ID nhockicmnnjibbhgcpphjicilgcfehdi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/incognito-this-tab/nhockicmnnjibbhgcpphjicilgcfehdi
คำอธิบาย Open current tab in an incognito window.
ขนาดไฟล์ 11.14 KB
จำนวนการติดตั้ง 61,806
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2023-11-26
วันที่เผยแพร่ 2016-07-12
คะแนน 3.70/5 รวมทั้งหมด 73 คะแนน
ผู้พัฒนา BrowserNative
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsernative.com/incognito-chrome/
URL หน้าช่วยเหลือ https://browsernative.com/incognito-chrome/
URL หน้านโยบายความเป็นส่วนตัว https://browsernative.com/extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incognito This Tab",
    "description": "Open current tab in an incognito window.",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "version": "0.6",
    "homepage_url": "https:\/\/browsernative.com\/incognito-chrome\/",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_title": "Incognito This Tab"
    },
    "icons": {
        "128": "static\/128.png",
        "48": "static\/48.png",
        "16": "static\/16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+O",
                "mac": "Alt+O",
                "chromeos": "Alt+O",
                "linux": "Alt+O"
            }
        }
    }
}