Incognitify

Open current tab in an incognito window

Incognitifyคืออะไร?

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

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

screenshot

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

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

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

                        Open the current tab to an incognito tab just by clicking the Incognitify button.

Options to set the following:
  - Keep the original tab open 
  - Remove the tab URL from history
  - Open the incognito tab maximised

Enable this extension in incognito mode to switch back from incognito browsing to normal browsing.

There are no trackers or malware in this add-on.                    

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

ชื่อ Incognitify Incognitify
ID bfooamdflgheadbaakfehmbdelmfogfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/incognitify/bfooamdflgheadbaakfehmbdelmfogfa
คำอธิบาย Open current tab in an incognito window
ขนาดไฟล์ 24.9 KB
จำนวนการติดตั้ง 2,465
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-05-29
วันที่เผยแพร่ 2020-05-29
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Neword
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incognitify",
    "description": "Open current tab in an incognito window",
    "version": "1.2",
    "background": {
        "scripts": [
            "incognitify.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Incognitify"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "history"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}