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.

Was ist Analog 24?

Analog 24 ist eine Chrome-Erweiterung, die von Patrick Moody entwickelt wurde, und ihr Hauptmerkmal ist "24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.".

Erweiterungsscreenshots

screenshot

Analog 24-Erweiterungs-CRX-Datei herunterladen

Laden Sie Analog 24-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Analog 24 Analog 24
ID iacbjlpendfggiiodeabcgfpbfomiiij
Offizielle URL https://chromewebstore.google.com/detail/analog-24/iacbjlpendfggiiodeabcgfpbfomiiij
Beschreibung 24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.
Dateigröße 13 KB
Installationsanzahl 74
Aktuelle Version 1.5
Letztes Update 2015-07-12
Veröffentlichungsdatum 2015-07-11
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Patrick Moody
Zahlungsart free
Unterstützte Sprachen 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
}