Days left for
Days left for is an extension which overrides your new tab with a simple days counter.
Cos'è Days left for?
Days left for è un'estensione di Chrome sviluppata da Dishant Kaushik, e la sua funzione principale è "Days left for is an extension which overrides your new tab with a simple days counter.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Days left for
Scarica i file di estensione Days left for in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | llnlifjlmlfeifhlahlhfjcogijaebnj |
| URL Ufficiale | https://chromewebstore.google.com/detail/days-left-for/llnlifjlmlfeifhlahlhfjcogijaebnj |
| Descrizione | Days left for is an extension which overrides your new tab with a simple days counter. |
| Dimensione del File | 759 KB |
| Conteggio Installazioni | 144 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2019-11-01 |
| Data di Pubblicazione | 2019-10-31 |
| Valutazione | 4.75/5 Totale 4 Valutazioni |
| Sviluppatore | Dishant Kaushik |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |