Ticker: A Minimal Clock for Your New Tab Page

A tidy little clock for your new tab page.

Qu'est-ce que Ticker: A Minimal Clock for Your New Tab Page ?

Ticker: A Minimal Clock for Your New Tab Page est une extension Chrome développée par Deep Yogurt, et sa fonction principale est "A tidy little clock for your new tab page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ticker: A Minimal Clock for Your New Tab Page

Téléchargez les fichiers d'extension Ticker: A Minimal Clock for Your New Tab Page 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

                        Declutter your Chrome with a minimal clock on your new tab page. Ticker only does one thing: displays a clock. No fussing with configuration or finding the right colors; just the time.                    

Informations de Base sur l'Extension

Nom Ticker: A Minimal Clock for Your New Tab Page Ticker: A Minimal Clock for Your New Tab Page
ID fhemakipjophmjjcalkkbgobjemnjiph
URL Officiel https://chromewebstore.google.com/detail/ticker-a-minimal-clock-fo/fhemakipjophmjjcalkkbgobjemnjiph
Description A tidy little clock for your new tab page.
Taille du Fichier 10.25 KB
Nombre d'Installations 71
Version Actuelle 4
Dernière Mise à Jour 2017-07-13
Date de Publication 2017-07-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur Deep Yogurt
Type de Paiement free
Site Web de l'Extension https://github.com/waltz/chrome-blank-new-tab
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ticker: A Minimal Clock for Your New Tab Page",
    "short_name": "Ticker",
    "version": "4",
    "description": "A tidy little clock for your new tab page.",
    "offline_enabled": true,
    "icons": {
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}