Clock
The extension will show you the current time
Vad är Clock?
Clock är en Chrome-tillägg utvecklad av bhawanvirk, och dess huvudfunktion är "The extension will show you the current time".
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
This is one of the simple and clean clock. Grundläggande Information om Tillägg
| Namn | |
| ID | gmfkgjignenhgcimhembjlhpihhonbln |
| Officiell webbadress | https://chromewebstore.google.com/detail/clock/gmfkgjignenhgcimhembjlhpihhonbln |
| Beskrivning | The extension will show you the current time |
| Filstorlek | 7.42 KB |
| Antal Installationer | 515 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2013-04-16 |
| Publiceringsdatum | 2013-04-16 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | bhawanvirk |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "The extension will show you the current time",
"name": "Clock",
"manifest_version": 2,
"version": "1.0"
} | |