Days left for
Days left for is an extension which overrides your new tab with a simple days counter.
Vad är Days left for?
Days left for är en Chrome-tillägg utvecklad av Dishant Kaushik, och dess huvudfunktion är "Days left for is an extension which overrides your new tab with a simple days counter.".
Tilläggsskärmbilder
Ladda ner Days left for-förlängningens CRX-fil
Ladda ner Days left for-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | llnlifjlmlfeifhlahlhfjcogijaebnj |
| Officiell webbadress | https://chromewebstore.google.com/detail/days-left-for/llnlifjlmlfeifhlahlhfjcogijaebnj |
| Beskrivning | Days left for is an extension which overrides your new tab with a simple days counter. |
| Filstorlek | 759 KB |
| Antal Installationer | 144 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2019-11-01 |
| Publiceringsdatum | 2019-10-31 |
| Betyg | 4.75/5 Totalt 4 Betyg |
| Utvecklare | Dishant Kaushik |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |