Ultra Timer
Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.
What is Ultra Timer?
Ultra Timer is a Chrome extension developed by Ultralab Apps, and its main feature is "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.".
Extension Screenshots
Download Ultra Timer Extension CRX File
Download Ultra Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Ultra Timer |
ID | laohhcnmipbidhjomikgbmdgckopbgnb |
Official URL | https://chromewebstore.google.com/detail/ultra-timer/laohhcnmipbidhjomikgbmdgckopbgnb |
Description | Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design. |
File Size | 122 KB |
Installation Count | 20,000 |
Current Version | 1.1 |
Last Updated | 2015-06-12 |
Publish Date | 2015-06-12 |
Rating | 3.70/5 Total 60 Ratings |
Developer | Ultralab Apps |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://ultralabapps.com/terms/privacy-policy.html |
Supported Languages | 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" ] } } |