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.

Cos'è Analog 24?

Analog 24 è un'estensione di Chrome sviluppata da Patrick Moody, e la sua funzione principale è "24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Analog 24

Scarica i file di estensione Analog 24 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Analog 24 Analog 24
ID iacbjlpendfggiiodeabcgfpbfomiiij
URL Ufficiale https://chromewebstore.google.com/detail/analog-24/iacbjlpendfggiiodeabcgfpbfomiiij
Descrizione 24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.
Dimensione del File 13 KB
Conteggio Installazioni 74
Versione Corrente 1.5
Ultimo Aggiornamento 2015-07-12
Data di Pubblicazione 2015-07-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Patrick Moody
Tipo di Pagamento free
Lingue Supportate 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
}