Nixie Tube Clock [ANTP]

Clock widget with nixie tubes for Awesome New Tab Page [ANTP].

Qu'est-ce que Nixie Tube Clock [ANTP] ?

Nixie Tube Clock [ANTP] est une extension Chrome développée par nkmry, et sa fonction principale est "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nixie Tube Clock [ANTP]

Téléchargez les fichiers d'extension Nixie Tube Clock [ANTP] 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

                        This is a widget for the Chrome extension "Awesome New Tab Page (ANTP)".
If you'd like to use this widget, you must also install ANTP. You can find it here:
https://chrome.google.com/webstore/detail/mgmiemnjjchgkmgbeljfocdjjnpjnmcg                    

Informations de Base sur l'Extension

Nom Nixie Tube Clock [ANTP] Nixie Tube Clock [ANTP]
ID dagaalagaodlhbfofnbennmndepdgjlb
URL Officiel https://chromewebstore.google.com/detail/nixie-tube-clock-antp/dagaalagaodlhbfofnbennmndepdgjlb
Description Clock widget with nixie tubes for Awesome New Tab Page [ANTP].
Taille du Fichier 4.77 MB
Nombre d'Installations 79
Version Actuelle 0.3.2
Dernière Mise à Jour 2014-04-14
Date de Publication 2014-04-14
Évaluation 3.67/5 Total 3 Évaluations
Développeur nkmry
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nixie Tube Clock [ANTP]",
    "description": "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].",
    "version": "0.3.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "widget.html",
        "options.html"
    ],
    "icons": {
        "128": "img\/icon128.png"
    }
}