Task Timer
An offline task timer extension that will help you keep track of your schedule.
什麼是Task Timer?
Task Timer是由Tudor Stoica開發的Chrome擴展程式,該擴展的主要功能是“An offline task timer extension that will help you keep track of your schedule.”。
擴展截圖
下載Task Timer擴展crx文件
下載Task Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension provides you with : - a system that keeps track of your tasks - a sticky notes tab - reports tab that give the information you want and which you can export
擴展基本資訊
名稱 | Task Timer |
ID | cdooaodgjnfoieflegemcnbgdibopbmi |
官方網址 | https://chromewebstore.google.com/detail/task-timer/cdooaodgjnfoieflegemcnbgdibopbmi |
簡介 | An offline task timer extension that will help you keep track of your schedule. |
檔案大小 | 488 KB |
安裝次數 | 1,855 |
目前版本 | 2.6.5 |
更新時間 | 2019-09-02 |
上架時間 | 2019-09-01 |
評分 | 4.50/5 共 6 次評分 |
開發者 | Tudor Stoica |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Task Timer", "version": "2.6.5", "description": "An offline task timer extension that will help you keep track of your schedule.", "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2 } |