Remaining : A New Tab Extension

The coolest new tab extension which will tell you how much time is left in year, month, week and day.

Cos'è Remaining : A New Tab Extension?

Remaining : A New Tab Extension è un'estensione di Chrome sviluppata da gauravmehla, e la sua funzione principale è "The coolest new tab extension which will tell you how much time is left in year, month, week and day.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Remaining : A New Tab Extension

Scarica i file di estensione Remaining : A New Tab Extension 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

                        The coolest new tab extension which will let you know how much time is left in year, month, week or day. It will keep motivate you to do things as time is passing out.

Stay Motivated                    

Informazioni di Base sull'Estensione

Nome Remaining : A New Tab Extension Remaining : A New Tab Extension
ID nnkdehdcffmohpahglchigmmnmahpdjo
URL Ufficiale https://chromewebstore.google.com/detail/remaining-a-new-tab-exten/nnkdehdcffmohpahglchigmmnmahpdjo
Descrizione The coolest new tab extension which will tell you how much time is left in year, month, week and day.
Dimensione del File 816 KB
Conteggio Installazioni 18
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-05-06
Data di Pubblicazione 2018-05-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore gauravmehla
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://gauravmehla.github.io/Remaining
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remaining : A New Tab Extension",
    "short_name": "Remaining : A New Tab Extension",
    "description": "The coolest new tab extension which will tell you how much time is left in year, month, week and day.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": ".\/icons\/38.png"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "24": ".\/icons\/24.png",
        "32": ".\/icons\/32.png",
        "64": ".\/icons\/64.png",
        "128": ".\/icons\/128.png",
        "256": ".\/icons\/256.png",
        "512": ".\/icons\/512.png"
    },
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "index.html"
    ]
}