Analog

Replace your new tab page with a minimal analog clock.

Wat is Analog?

Analog is een Chrome-extensie ontwikkeld door colebemis, en de belangrijkste functie is "Replace your new tab page with a minimal analog clock.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Analog

Download Analog-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Analog Analog
ID kbefmcdolmelljmkgflbldffpgibmafm
Officiële URL https://chromewebstore.google.com/detail/analog/kbefmcdolmelljmkgflbldffpgibmafm
Beschrijving Replace your new tab page with a minimal analog clock.
Bestandsgrootte 25.41 KB
Aantal Installaties 127
Huidige Versie 0.1.1
Laatst Bijgewerkt 2017-03-09
Publicatiedatum 2017-03-09
Beoordeling 5.00/5 Totaal 11 Beoordelingen
Ontwikkelaar colebemis
Betalingswijze free
Help Pagina-URL https://github.com/colebemis/analog
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Analog",
    "description": "Replace your new tab page with a minimal analog clock.",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "32": ".\/icons\/icon-32.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Cole Bemis  (colebemis.com)"
}