Clock Tab
A Beautiful clocks
Wat is Clock Tab?
Clock Tab is een Chrome-extensie ontwikkeld door saaction, en de belangrijkste functie is "A Beautiful clocks".
Extensie Screenshots
Download het CRX-bestand van de extensie Clock Tab
Download Clock Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cnacekodnompagkcgchdceebailakbco |
| Officiële URL | https://chromewebstore.google.com/detail/clock-tab/cnacekodnompagkcgchdceebailakbco |
| Beschrijving | A Beautiful clocks |
| Bestandsgrootte | 335 KB |
| Aantal Installaties | 273 |
| Huidige Versie | 0.4 |
| Laatst Bijgewerkt | 2023-05-06 |
| Publicatiedatum | 2021-02-13 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | saaction |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://saaction.in |
| Help Pagina-URL | https://saaction.in/contactus |
| Ondersteunde Talen | 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"
]
} | |