Clock Tab
A Beautiful clocks
Vad är Clock Tab?
Clock Tab är en Chrome-tillägg utvecklad av saaction, och dess huvudfunktion är "A Beautiful clocks".
Tilläggsskärmbilder
Ladda ner Clock Tab-förlängningens CRX-fil
Ladda ner Clock Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | cnacekodnompagkcgchdceebailakbco |
| Officiell webbadress | https://chromewebstore.google.com/detail/clock-tab/cnacekodnompagkcgchdceebailakbco |
| Beskrivning | A Beautiful clocks |
| Filstorlek | 335 KB |
| Antal Installationer | 273 |
| Aktuell Version | 0.4 |
| Senast Uppdaterad | 2023-05-06 |
| Publiceringsdatum | 2021-02-13 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | saaction |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://saaction.in |
| Hjälpsida URL | https://saaction.in/contactus |
| Stödda Språk | 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"
]
} | |