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.

Hvad er Analog 24?

Analog 24 er en Chrome-udvidelse udviklet af Patrick Moody, og dens hovedfunktion er "24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.".

Udvidelsesskærmbilleder

screenshot

Download Analog 24-udvidelses-CRX-fil

Download Analog 24-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Analog 24 Analog 24
ID iacbjlpendfggiiodeabcgfpbfomiiij
Officiel URL https://chromewebstore.google.com/detail/analog-24/iacbjlpendfggiiodeabcgfpbfomiiij
Beskrivelse 24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.
Filstørrelse 13 KB
Antal Installationer 74
Nuværende Version 1.5
Senest Opdateret 2015-07-12
Udgivelsesdato 2015-07-11
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Patrick Moody
Betalingsmetode free
Understøttede Sprog 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
}