Clock
A simple clock in the toolbar.
Wat is Clock?
Clock is een Chrome-extensie ontwikkeld door onimax, en de belangrijkste functie is "A simple clock in the toolbar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clock
Download Clock-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
A minimal clock as a clickable toolbar item. Basisinformatie over de Extensie
| Naam | |
| ID | cpocpfccehgaoaefhgfgimjicohiecje |
| Officiële URL | https://chromewebstore.google.com/detail/clock/cpocpfccehgaoaefhgfgimjicohiecje |
| Beschrijving | A simple clock in the toolbar. |
| Bestandsgrootte | 17.3 KB |
| Aantal Installaties | 895 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-03-12 |
| Publicatiedatum | 2019-03-12 |
| Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | onimax |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |