Clock Tab
A Beautiful clocks
Hvad er Clock Tab?
Clock Tab er en Chrome-udvidelse udviklet af saaction, og dens hovedfunktion er "A Beautiful clocks".
Udvidelsesskærmbilleder
Download Clock Tab-udvidelses-CRX-fil
Download Clock Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cnacekodnompagkcgchdceebailakbco |
| Officiel URL | https://chromewebstore.google.com/detail/clock-tab/cnacekodnompagkcgchdceebailakbco |
| Beskrivelse | A Beautiful clocks |
| Filstørrelse | 335 KB |
| Antal Installationer | 273 |
| Nuværende Version | 0.4 |
| Senest Opdateret | 2023-05-06 |
| Udgivelsesdato | 2021-02-13 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | saaction |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://saaction.in |
| Hjælpeside-URL | https://saaction.in/contactus |
| Understøttede Sprog | 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"
]
} | |