Clock Tab
A Beautiful clocks
What is Clock Tab?
Clock Tab is a Chrome extension developed by saaction, and its main feature is "A Beautiful clocks".
Extension Screenshots
Download Clock Tab Extension CRX File
Download Clock Tab 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
An analogue clock while opening new tab! This very simple extension places a analogue clock while you opens a new tab each time It will remind you to stay focus on you work and stop wasting time on unnecessary stuff Simple as that.
Extension Basic Information
Name | Clock Tab |
ID | cnacekodnompagkcgchdceebailakbco |
Official URL | https://chromewebstore.google.com/detail/clock-tab/cnacekodnompagkcgchdceebailakbco |
Description | A Beautiful clocks |
File Size | 335 KB |
Installation Count | 273 |
Current Version | 0.4 |
Last Updated | 2023-05-06 |
Publish Date | 2021-02-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | saaction |
[email protected] | |
Payment Type | free |
Extension Website | https://saaction.in |
Help Page URL | https://saaction.in/contactus |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clock Tab", "description": "A Beautiful clocks", "version": "0.4", "action": { "default_popup": "popup.html", "default_title": "", "default_icon": { "16": "images\/clock16.png", "32": "images\/clock32.png", "48": "images\/clock48.png", "128": "images\/clock128.png" } }, "chrome_url_overrides": { "newtab": "\/clock\/ClockView.html" }, "background": { "service_worker": "bg.js", "type": "module" }, "icons": { "16": "images\/clock16.png", "32": "images\/clock32.png", "48": "images\/clock48.png", "128": "images\/clock128.png" }, "permissions": [ "storage" ] } |