Single tasking tabs
Boost your productivity by single tasking and limiting the number of tabs you can open.
什麼是Single tasking tabs?
Single tasking tabs是由http://nicholasjulia.com開發的Chrome擴展程式,該擴展的主要功能是“Boost your productivity by single tasking and limiting the number of tabs you can open.”。
擴展截圖
下載Single tasking tabs擴展crx文件
下載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 |
官方網址 | 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" } |