Incognito Launcher
Quick Incognito Launcher
Что такое Incognito Launcher?
Incognito Launcher - это расширение Chrome, разработанное mquadrant, и его основная функция - "Quick Incognito Launcher".
Снимки экрана расширения
Скачать файл CRX расширения Incognito Launcher
Скачайте файлы расширений Incognito Launcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Incognito Launcher |
ID | ipobjholhnadnkgkapnpbdcnogdfdepd |
Официальный URL | https://chromewebstore.google.com/detail/incognito-launcher/ipobjholhnadnkgkapnpbdcnogdfdepd |
Описание | Quick Incognito Launcher |
Размер файла | 15.45 KB |
Количество установок | 18 |
Текущая Версия | 1.1 |
Последнее Обновление | 2022-05-24 |
Дата публикации | 2020-10-12 |
Разработчик | mquadrant |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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]" } } } |