Analog 24
24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.
Vad är Analog 24?
Analog 24 är en Chrome-tillägg utvecklad av Patrick Moody, och dess huvudfunktion är "24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.".
Tilläggsskärmbilder
Ladda ner Analog 24-förlängningens CRX-fil
Ladda ner Analog 24-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
24 hour analog clock for your new tab. Why? It's a cool way to see where you are in the day at a glance - without worrying about the exact minutes.
Inspired by 'Slow' brand watches. Grundläggande Information om Tillägg
| Namn | |
| ID | iacbjlpendfggiiodeabcgfpbfomiiij |
| Officiell webbadress | https://chromewebstore.google.com/detail/analog-24/iacbjlpendfggiiodeabcgfpbfomiiij |
| Beskrivning | 24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches. |
| Filstorlek | 13 KB |
| Antal Installationer | 74 |
| Aktuell Version | 1.5 |
| Senast Uppdaterad | 2015-07-12 |
| Publiceringsdatum | 2015-07-11 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Patrick Moody |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Analog 24",
"description": "24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.",
"version": "1.5",
"incognito": "split",
"options_page": "options.html",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"128": "icon_128.png"
},
"manifest_version": 2
} | |