Countdown
Customizable countdown...
Cos'è Countdown?
Countdown è un'estensione di Chrome sviluppata da kikoogay, e la sua funzione principale è "Customizable countdown...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Countdown
Scarica i file di estensione Countdown in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension adds a customizable countdown to the New Tab Page of Chrome. Just watch the hearts fill themselves up as you get closer the fated event you've been waiting for months. Could this be happiness ? Please note that it is not currently possible to add anything to the New Tab Page without replacing it, and that's exactly what this extension does. However it will still display your most visited pages, and you can customize the range used in the history and the number of thumbnails displayed (even going above the limit of 8 in Chrome).
Informazioni di Base sull'Estensione
Nome | Countdown |
ID | anppcjcjdogokgejeaabggdgmmgdldcn |
URL Ufficiale | https://chromewebstore.google.com/detail/countdown/anppcjcjdogokgejeaabggdgmmgdldcn |
Descrizione | Customizable countdown... |
Dimensione del File | 31.1 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2014-10-16 |
Data di Pubblicazione | 2014-10-15 |
Valutazione | 2.00/5 Totale 5 Valutazioni |
Sviluppatore | kikoogay |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "version": "0.9", "description": "Customizable countdown...", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "manifest_version": 2, "permissions": [ "history", "tabs", " |