Incognitify

Open current tab in an incognito window

Incognitify là gì?

Incognitify là một tiện ích mở rộng Chrome được phát triển bởi Neword, và tính năng chính của nó là "Open current tab in an incognito window".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Incognitify

Tải xuống các tệp mở rộng Incognitify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Incognitify Incognitify
ID bfooamdflgheadbaakfehmbdelmfogfa
URL Chính Thức https://chromewebstore.google.com/detail/incognitify/bfooamdflgheadbaakfehmbdelmfogfa
Mô tả Open current tab in an incognito window
Kích Thước Tệp 24.9 KB
Số Lần Cài Đặt 2,465
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-05-29
Ngày Phát Hành 2020-05-29
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Neword
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}