incogni-tab

Open your current tab in an incognito or regular window

incogni-tab là gì?

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

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng incogni-tab 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

                        incogni-tab is a simple extension that opens your current tab in an incognito (private browsing) or regular window. No unnecessary permissions or tracking!

It's easy! Just click on the extension icon in a regular window and your current tab is opened in an incognito window. Click on the extension when your tab is in an incognito window and it is opened into a regular window. There is also the option to keep the original tab open or close it once the new one is opened.

Please post suggestions and reviews, we want to make this the most useful extension of its kind.                    

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

Tên incogni-tab incogni-tab
ID mhppgjeghhhfdeemdkfcfkcnmopmcnkf
URL Chính Thức https://chromewebstore.google.com/detail/incogni-tab/mhppgjeghhhfdeemdkfcfkcnmopmcnkf
Mô tả Open your current tab in an incognito or regular window
Kích Thước Tệp 46.31 KB
Số Lần Cài Đặt 903
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-11-18
Ngày Phát Hành 2016-02-03
Đánh Giá 4.36/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Targetlock.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "incogni-tab",
    "version": "1.2.1",
    "author": "EDGE Solutions",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "incogni-tab",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/background\/background.min.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "src\/options\/options_overlay.html",
        "chrome_style": true
    }
}