Days left for

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

What is Days left for?

Days left for is a Chrome extension developed by Dishant Kaushik, and its main feature is "Days left for is an extension which overrides your new tab with a simple days counter.".

Extension Screenshots

screenshot

Download Days left for Extension CRX File

Download Days left for extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Days left for Days left for
ID llnlifjlmlfeifhlahlhfjcogijaebnj
Official URL https://chromewebstore.google.com/detail/days-left-for/llnlifjlmlfeifhlahlhfjcogijaebnj
Description Days left for is an extension which overrides your new tab with a simple days counter.
File Size 759 KB
Installation Count 144
Current Version 1.0.0
Last Updated 2019-11-01
Publish Date 2019-10-31
Rating 4.75/5 Total 4 Ratings
Developer Dishant Kaushik
Email [email protected]
Payment Type free
Supported Languages 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'"
}