IncogSwitch

Quickly switch the current window between normal and incognito mode.

IncogSwitch là gì?

IncogSwitch là một tiện ích mở rộng Chrome được phát triển bởi Jamie Redding, và tính năng chính của nó là "Quickly switch the current window between normal and incognito mode.".

Ả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 IncogSwitch

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

                        Small extension to allow quick switching between normal and incognito modes. This was prompted from an existing extension I use being removed from the store so I made my own.

If you have any problems or want features added, please contact me -> [email protected]

Fixed in 1.2
------------------

- Handling of Japanese characters                    

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

Tên IncogSwitch IncogSwitch
ID lmofebnkodbmemflnendlcpgfdbkgakd
URL Chính Thức https://chromewebstore.google.com/detail/incogswitch/lmofebnkodbmemflnendlcpgfdbkgakd
Mô tả Quickly switch the current window between normal and incognito mode.
Kích Thước Tệp 32.58 KB
Số Lần Cài Đặt 511
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-04-05
Ngày Phát Hành 2018-04-05
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Jamie Redding
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/TormundTargers/IncogSwitch
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IncogSwitch",
    "description": "Quickly switch the current window between normal and incognito mode.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}