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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |