Ultra Timer
Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.
什麼是Ultra Timer?
Ultra Timer是由Ultralab Apps開發的Chrome擴展程式,該擴展的主要功能是“Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.”。
擴展截圖
下載Ultra Timer擴展crx文件
下載Ultra Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ultra Timer is a minimalist offline and online timer that can also be used as a stopwatch timer. Launch it before you get down to a task, select the time limit and choose how you want to be notified when you’ve run out of time. The stopwatch and timer come together in a simple extension featuring a sleek no-frills design. Ultra timer can work in both online and offline modes. The timer can be set for any number of minutes up to 999 which makes it possible to use it for different timeboxing methods including “pomodoro technique”. When the time is up, you’ll either hear a timer alarm or see a notification from the countdown timer. It’s that simple.
擴展基本資訊
名稱 | Ultra Timer |
ID | laohhcnmipbidhjomikgbmdgckopbgnb |
官方網址 | https://chromewebstore.google.com/detail/ultra-timer/laohhcnmipbidhjomikgbmdgckopbgnb |
簡介 | Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design. |
檔案大小 | 122 KB |
安裝次數 | 20,000 |
目前版本 | 1.1 |
更新時間 | 2015-06-12 |
上架時間 | 2015-06-12 |
評分 | 3.70/5 共 60 次評分 |
開發者 | Ultralab Apps |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://ultralabapps.com/terms/privacy-policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ultra Timer", "description": "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.", "version": "1.1", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "timer.html" }, "background": { "scripts": [ "background.js" ] } } |