Stimulus

New tab page to motivate you to take advantage of life's fleeting opportunities

Cos'è Stimulus?

Stimulus è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "New tab page to motivate you to take advantage of life's fleeting opportunities".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stimulus

Scarica i file di estensione Stimulus 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

                        Replaces new tab page with a dwindling counter of all the things you enjoy in life.                    

Informazioni di Base sull'Estensione

Nome Stimulus Stimulus
ID badbnmdfdmbccganmgmmgdgdaffgkiag
URL Ufficiale https://chromewebstore.google.com/detail/stimulus/badbnmdfdmbccganmgmmgdgdaffgkiag
Descrizione New tab page to motivate you to take advantage of life's fleeting opportunities
Dimensione del File 59.93 KB
Conteggio Installazioni 14
Versione Corrente 0.1.0
Ultimo Aggiornamento 2017-01-21
Data di Pubblicazione 2017-01-21
Valutazione 4.80/5 Totale 20 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/samm81/stimulus
URL della Pagina di Aiuto https://github.com/samm81/stimulus/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stimulus",
    "description": "New tab page to motivate you to take advantage of life's fleeting opportunities",
    "version": "0.1.0",
    "manifest_version": 2,
    "permissions": [],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "offline_enabled": true
}