Just One Tab
Just One Tab is a free Google Chrome extension that forces you to single-task.
Что такое Just One Tab?
Just One Tab - это расширение Chrome, разработанное https://jot.pm, и его основная функция - "Just One Tab is a free Google Chrome extension that forces you to single-task.".
Снимки экрана расширения
Скачать файл CRX расширения Just One Tab
Скачайте файлы расширений Just One Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Just One Tab is a free Google Chrome extension that forces you to single-task. Preventing you from opening more than one tab per window, it's hoped this simple tab-limiter will give you space to focus on just one thing.
Основная информация о расширении
Название | Just One Tab |
ID | ihkkfjgomaenfaldplbmlicgepnjjmgl |
Официальный URL | https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl |
Описание | Just One Tab is a free Google Chrome extension that forces you to single-task. |
Размер файла | 152 KB |
Количество установок | 99 |
Текущая Версия | 0.1.2 |
Последнее Обновление | 2018-02-16 |
Дата публикации | 2018-02-16 |
Разработчик | https://jot.pm |
Тип оплаты | free |
Официальный сайт расширения | http://jot.pm/ |
URL страницы помощи | http://jot.pm/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just One Tab", "description": "Just One Tab is a free Google Chrome extension that forces you to single-task.", "version": "0.1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Tab Limit" }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 2 } |