Incognito Toggle

Switches between incognito and regular browsing

Incognito Toggle là gì?

Incognito Toggle là một tiện ích mở rộng Chrome được phát triển bởi Meebuhs, và tính năng chính của nó là "Switches between incognito and regular browsing".

Ả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 Incognito Toggle

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

                        This extension provides a simple way to switch between incognito and regular browsing.                    

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

Tên Incognito Toggle Incognito Toggle
ID mdgklkgfkebppeoioeldnnnhfodlnlkj
URL Chính Thức https://chromewebstore.google.com/detail/incognito-toggle/mdgklkgfkebppeoioeldnnnhfodlnlkj
Mô tả Switches between incognito and regular browsing
Kích Thước Tệp 30.16 KB
Số Lần Cài Đặt 331
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-12-03
Ngày Phát Hành 2019-12-02
Nhà Phát Triển Meebuhs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Switches between incognito and regular browsing",
    "version": "0.1.0",
    "name": "Incognito Toggle",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/incognito-toggle-icon-32.png",
            "64": "images\/incognito-toggle-icon-64.png",
            "128": "images\/incognito-toggle-icon-128.png"
        }
    },
    "icons": {
        "32": "images\/incognito-toggle-icon-32.png",
        "64": "images\/incognito-toggle-icon-64.png",
        "128": "images\/incognito-toggle-icon-128.png"
    },
    "manifest_version": 2
}