Single tasking tabs
Boost your productivity by single tasking and limiting the number of tabs you can open.
Что такое Single tasking tabs?
Single tasking tabs - это расширение Chrome, разработанное http://nicholasjulia.com, и его основная функция - "Boost your productivity by single tasking and limiting the number of tabs you can open.".
Снимки экрана расширения
Скачать файл CRX расширения Single tasking tabs
Скачайте файлы расширений Single tasking tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Boost your productivity by single tasking and limiting the number of tabs you can open. Ever wonder how you've gotten so little done? But have so many tabs open and projects started? This extension solves the time wasting problem of multi-tasking. Allowing you to be more productive. By making you prioritize working on the most important task. Completing it and then moving on. You can easily increase your productivity by 47% This extension was designed for single tab browsing. Open a window. Complete a task. Close. But you can define and limit how many tabs or windows you're allowed. The suggestion is you limit it to 2 windows or 2 tabs max. Now get productive. Nick "getting things done" Julia www.weeklydesk.com www.nicholasjulia.com [email protected]
Основная информация о расширении
Название | |
ID | doniclpdhofjifokfhpbkcinojocdecl |
Официальный URL | https://chrome.google.com/webstore/detail/single-tasking-tabs/doniclpdhofjifokfhpbkcinojocdecl |
Описание | Boost your productivity by single tasking and limiting the number of tabs you can open. |
Размер файла | 4.17 KB |
Количество установок | 282 |
Текущая Версия | 1.1 |
Последнее Обновление | 2014-02-05 |
Дата публикации | 2014-02-05 |
Рейтинг | 4.80/5 Всего 5 оценок |
Разработчик | http://nicholasjulia.com |
Тип оплаты | free |
Официальный сайт расширения | http://www.nicholasjulia.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Single tasking tabs", "description": "Boost your productivity by single tasking and limiting the number of tabs you can open.", "version": "1.1", "author": "Nick -productivity- Julia", "permissions": [ "tabs" ], "background": { "persistent": false, "scripts": [ "bg.js" ] }, "options_page": "options.html" } |