Single tasking tabs
Boost your productivity by single tasking and limiting the number of tabs you can open.
Co to jest Single tasking tabs?
Single tasking tabs to rozszerzenie Chrome opracowane przez http://nicholasjulia.com, a jego główną funkcją jest „Boost your productivity by single tasking and limiting the number of tabs you can open.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Single tasking tabs
Pobierz pliki rozszerzeń Single tasking tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | doniclpdhofjifokfhpbkcinojocdecl |
Oficjalny URL | https://chrome.google.com/webstore/detail/single-tasking-tabs/doniclpdhofjifokfhpbkcinojocdecl |
Opis | Boost your productivity by single tasking and limiting the number of tabs you can open. |
Rozmiar pliku | 4.17 KB |
Liczba instalacji | 282 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-02-05 |
Data Publikacji | 2014-02-05 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | http://nicholasjulia.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.nicholasjulia.com |
Obsługiwane Języki | 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" } |