Clock
A simple clock in the toolbar.
Vad är Clock?
Clock är en Chrome-tillägg utvecklad av onimax, och dess huvudfunktion är "A simple clock in the toolbar.".
Tilläggsskärmbilder
Ladda ner Clock-förlängningens CRX-fil
Ladda ner Clock-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
A minimal clock as a clickable toolbar item. Grundläggande Information om Tillägg
| Namn | |
| ID | cpocpfccehgaoaefhgfgimjicohiecje |
| Officiell webbadress | https://chromewebstore.google.com/detail/clock/cpocpfccehgaoaefhgfgimjicohiecje |
| Beskrivning | A simple clock in the toolbar. |
| Filstorlek | 17.3 KB |
| Antal Installationer | 895 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2019-03-12 |
| Publiceringsdatum | 2019-03-12 |
| Betyg | 4.50/5 Totalt 6 Betyg |
| Utvecklare | onimax |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clock",
"version": "1.0",
"description": "A simple clock in the toolbar.",
"browser_action": {
"default_title": "Clock",
"default_popup": "html\/popup.html"
},
"background": {
"scripts": [
"js\/base.js",
"js\/background.js"
],
"persistent": true
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"manifest_version": 2
} | |