PomoTab
A Pomodoro Timer in each new tab.
什麼是PomoTab?
PomoTab是由https://andyjgao.com開發的Chrome擴展程式,該擴展的主要功能是“A Pomodoro Timer in each new tab.”。
擴展截圖
下載PomoTab擴展crx文件
下載PomoTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Chrome Extensions creates a new Pomodoro Timer with every new tab. The Pomodoro Technique is a proven productivity technique where you set aside 25 minutes to focus on a specific task undisturbed. Once completed, you then take a break for 5 minutes. This technique will help: - Handle interruptions - Improve motivation by improving the content of work - Create clear separations between work and play - Productivity
擴展基本資訊
名稱 | PomoTab |
ID | dbpkgeidmoofficdjjpikfachonamakh |
官方網址 | https://chromewebstore.google.com/detail/pomotab/dbpkgeidmoofficdjjpikfachonamakh |
簡介 | A Pomodoro Timer in each new tab. |
檔案大小 | 505 KB |
安裝次數 | 37 |
目前版本 | 1.0.1 |
更新時間 | 2020-05-05 |
上架時間 | 2020-05-05 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://andyjgao.com |
付費類型 | free |
擴展官網 | https://andyjgao.com/projects/pomotab |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PomoTab", "author": "Andy J Gao", "version": "1.0.1", "description": "A Pomodoro Timer in each new tab.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |