IncogSwitch
Quickly switch the current window between normal and incognito mode.
Что такое IncogSwitch?
IncogSwitch - это расширение Chrome, разработанное Jamie Redding, и его основная функция - "Quickly switch the current window between normal and incognito mode.".
Снимки экрана расширения
Скачать файл CRX расширения IncogSwitch
Скачайте файлы расширений IncogSwitch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | lmofebnkodbmemflnendlcpgfdbkgakd |
| Официальный URL | https://chromewebstore.google.com/detail/incogswitch/lmofebnkodbmemflnendlcpgfdbkgakd |
| Описание | Quickly switch the current window between normal and incognito mode. |
| Размер файла | 32.58 KB |
| Количество установок | 511 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2018-04-05 |
| Дата публикации | 2018-04-05 |
| Рейтинг | 5.00/5 Всего 5 оценок |
| Разработчик | Jamie Redding |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/TormundTargers/IncogSwitch |
| Поддерживаемые языки | 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
}
} | |