Days left for

Days left for is an extension which overrides your new tab with a simple days counter.

Wat is Days left for?

Days left for is een Chrome-extensie ontwikkeld door Dishant Kaushik, en de belangrijkste functie is "Days left for is an extension which overrides your new tab with a simple days counter.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Days left for

Download Days left for-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Days left for is an extension which overrides your new tab with a simple days counter. This can be helpful if you want to get reminded of something important but don't want to open a calendar for it. It keeps your top visited websites and your recent search history to keep functionality. Wallpapers powered by Unsplash.                    

Basisinformatie over de Extensie

Naam Days left for Days left for
ID llnlifjlmlfeifhlahlhfjcogijaebnj
Officiële URL https://chromewebstore.google.com/detail/days-left-for/llnlifjlmlfeifhlahlhfjcogijaebnj
Beschrijving Days left for is an extension which overrides your new tab with a simple days counter.
Bestandsgrootte 759 KB
Aantal Installaties 144
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-11-01
Publicatiedatum 2019-10-31
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Dishant Kaushik
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Days left for",
    "version": "1.0.0",
    "description": "Days left for is an extension which overrides your new tab with a simple days counter.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "history",
        "topSites"
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-TnMQHPsY7JCtYsDQ5jgYo775G7KMmY4IJC\/DWJT8P9U='; object-src 'self'"
}