Analog

Replace your new tab page with a minimal analog clock.

Qu'est-ce que Analog ?

Analog est une extension Chrome développée par colebemis, et sa fonction principale est "Replace your new tab page with a minimal analog clock.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Analog

Téléchargez les fichiers d'extension Analog au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Analog Analog
ID kbefmcdolmelljmkgflbldffpgibmafm
URL Officiel https://chromewebstore.google.com/detail/analog/kbefmcdolmelljmkgflbldffpgibmafm
Description Replace your new tab page with a minimal analog clock.
Taille du Fichier 25.41 KB
Nombre d'Installations 127
Version Actuelle 0.1.1
Dernière Mise à Jour 2017-03-09
Date de Publication 2017-03-09
Évaluation 5.00/5 Total 11 Évaluations
Développeur colebemis
Type de Paiement free
URL de la Page d'Aide https://github.com/colebemis/analog
Langues Prises en Charge 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)"
}