Days left for
Days left for is an extension which overrides your new tab with a simple days counter.
Was ist Days left for?
Days left for ist eine Chrome-Erweiterung, die von Dishant Kaushik entwickelt wurde, und ihr Hauptmerkmal ist "Days left for is an extension which overrides your new tab with a simple days counter.".
Erweiterungsscreenshots
Days left for-Erweiterungs-CRX-Datei herunterladen
Laden Sie Days left for-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | llnlifjlmlfeifhlahlhfjcogijaebnj |
| Offizielle URL | https://chromewebstore.google.com/detail/days-left-for/llnlifjlmlfeifhlahlhfjcogijaebnj |
| Beschreibung | Days left for is an extension which overrides your new tab with a simple days counter. |
| Dateigröße | 759 KB |
| Installationsanzahl | 144 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2019-11-01 |
| Veröffentlichungsdatum | 2019-10-31 |
| Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
| Entwickler | Dishant Kaushik |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |