Countdown Timer
A Countdown Timer
What is Countdown Timer?
Countdown Timer is a Chrome extension developed by chunglam2525, and its main feature is "A Countdown Timer".
Extension Screenshots
Download Countdown Timer Extension CRX File
Download Countdown 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
A Basic Countdown Timer
Extension Basic Information
Name | Countdown Timer |
ID | lkmiibfkglbonankgcbhnknjghpijejb |
Official URL | https://chromewebstore.google.com/detail/countdown-timer/lkmiibfkglbonankgcbhnknjghpijejb |
Description | A Countdown Timer |
File Size | 45.61 KB |
Installation Count | 18 |
Current Version | 1.0.1 |
Last Updated | 2018-07-06 |
Publish Date | 2018-07-06 |
Rating | 3.00/5 Total 1 Ratings |
Developer | chunglam2525 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Countdown Timer", "description": "A Countdown Timer", "icons": { "16": "clock16.png", "48": "clock48.png", "128": "clock128.png" }, "version": "1.0.1", "permissions": [ "notifications", "storage" ], "browser_action": { "default_popup": "timer.html" }, "background": { "scripts": [ "background.js" ] } } |