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.

Was ist Remaining : A New Tab Extension?

Remaining : A New Tab Extension ist eine Chrome-Erweiterung, die von gauravmehla entwickelt wurde, und ihr Hauptmerkmal ist "The coolest new tab extension which will tell you how much time is left in year, month, week and day.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Remaining : A New Tab Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remaining : A New Tab Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Remaining : A New Tab Extension Remaining : A New Tab Extension
ID nnkdehdcffmohpahglchigmmnmahpdjo
Offizielle URL https://chromewebstore.google.com/detail/remaining-a-new-tab-exten/nnkdehdcffmohpahglchigmmnmahpdjo
Beschreibung The coolest new tab extension which will tell you how much time is left in year, month, week and day.
Dateigröße 816 KB
Installationsanzahl 18
Aktuelle Version 1.0.2
Letztes Update 2018-05-06
Veröffentlichungsdatum 2018-05-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler gauravmehla
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://gauravmehla.github.io/Remaining
Unterstützte Sprachen 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"
    ]
}