Clock Icon
Shows the time (hours and minutes) next to the omnibox.
Vad är Clock Icon?
Clock Icon är en Chrome-tillägg utvecklad av https://nemrod.se, och dess huvudfunktion är "Shows the time (hours and minutes) next to the omnibox.".
Tilläggsskärmbilder
Ladda ner Clock Icon-förlängningens CRX-fil
Ladda ner Clock Icon-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 way to easily see the current time (and date by hovering) next to the omnibox. Grundläggande Information om Tillägg
| Namn | |
| ID | blpgdogcjmmkhendjpiilidbllpainfh |
| Officiell webbadress | https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh |
| Beskrivning | Shows the time (hours and minutes) next to the omnibox. |
| Filstorlek | 7.43 KB |
| Antal Installationer | 527 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2013-06-19 |
| Publiceringsdatum | 2013-06-19 |
| Betyg | 3.17/5 Totalt 6 Betyg |
| Utvecklare | https://nemrod.se |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://nemrod.se |
| Hjälpsida URL | http://nemrod.se/chrome-extensions/clock-icon |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clock Icon",
"version": "1.1",
"manifest_version": 2,
"description": "Shows the time (hours and minutes) next to the omnibox.",
"icons": {
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon128.png",
"default_title": "dd\/mm\/yyyy hh:mm"
}
} | |