Two Click Timer
A simple and nice looking timer
What is Two Click Timer?
Two Click Timer is a Chrome extension developed by Tester007, and its main feature is "A simple and nice looking timer".
Extension Screenshots
Download Two Click Timer Extension CRX File
Download Two Click 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
This extension does not transmit or collect any information.
Extension Basic Information
Name | Two Click Timer |
ID | elepfidkonofgnfipndmfimgadcpncgo |
Official URL | https://chromewebstore.google.com/detail/two-click-timer/elepfidkonofgnfipndmfimgadcpncgo |
Description | A simple and nice looking timer |
File Size | 1.18 MB |
Installation Count | 1,570 |
Current Version | 1.8 |
Last Updated | 2019-09-08 |
Publish Date | 2019-09-07 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Tester007 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Two Click Timer", "description": "A simple and nice looking timer", "version": "1.8", "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "browser_action": { "default_icon": "images\/logo19_gray.png", "default_title": "Two Click Timer", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "background", "notifications", "storage" ] } |