Incognito Launcher
Quick Incognito Launcher
Incognito Launcher là gì?
Incognito Launcher là một tiện ích mở rộng Chrome được phát triển bởi mquadrant, và tính năng chính của nó là "Quick Incognito Launcher".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Incognito Launcher
Tải xuống các tệp mở rộng Incognito Launcher 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 your current tab or highlighted tabs in an incognito or normal window in Just-One-Click. Incognito Launcher is an easy to use extension that opens your current tab in an incognito (private browsing). It's simple! - To open your normal tab in an incognito window: Click on the extension icon in a regular window and your current tab is opened in an incognito window. - To revert back to your normal tab: Repeat the above process in an incognito window and it is opened into a regular window. Short cut: "Ctrl + Shift + Right" for window and "Command + Shift + Right" for mac. To enable this extension on Incognito window, Follow this steps here: https://www.thewindowsclub.com/enable-extensions-in-incognito-mode-on-google-chrome
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Incognito Launcher |
ID | ipobjholhnadnkgkapnpbdcnogdfdepd |
URL Chính Thức | https://chromewebstore.google.com/detail/incognito-launcher/ipobjholhnadnkgkapnpbdcnogdfdepd |
Mô tả | Quick Incognito Launcher |
Kích Thước Tệp | 15.45 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-05-24 |
Ngày Phát Hành | 2020-10-12 |
Nhà Phát Triển | mquadrant |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Incognito Launcher", "version": "1.1", "description": "Quick Incognito Launcher", "manifest_version": 3, "icons": { "48": "images\/[email protected]", "128": "images\/[email protected]" }, "commands": { "open-iiwindow": { "suggested_key": { "default": "Ctrl+Shift+Right", "mac": "Command+Shift+Right" }, "description": "Open highlighted\/current Tab in incognito" } }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "action": { "default_icon": { "48": "images\/[email protected]", "128": "images\/[email protected]" } } } |