Day Calculator
Counts Number of Days between a Future or Past Date
Cos'è Day Calculator?
Day Calculator è un'estensione di Chrome sviluppata da DkoD Digital, e la sua funzione principale è "Counts Number of Days between a Future or Past Date".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Day Calculator
Scarica i file di estensione Day Calculator 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
Its a simple chrome extension for counting number of days from the present day. You can also count number of days passed by from the present day. So if you have a goal set for some future date or a deadline to meet or want to count how many days have gone by since the New Year Eve, just put the date on the extension and click calculate ! in case of any bugs, suggestions for improvements or adding functionalities, please email at [email protected]
Informazioni di Base sull'Estensione
Nome | |
ID | lcadmklcdjdjaohcjainmeehncdllalh |
URL Ufficiale | https://chromewebstore.google.com/detail/day-calculator/lcadmklcdjdjaohcjainmeehncdllalh |
Descrizione | Counts Number of Days between a Future or Past Date |
Dimensione del File | 88.81 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-05-06 |
Data di Pubblicazione | 2019-05-06 |
Sviluppatore | DkoD Digital |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Day Calculator", "version": "1.0", "description": "Counts Number of Days between a Future or Past Date", "icons": { "16": "images\/futureday16by16.png", "32": "images\/futureday32by32.png", "48": "images\/futureday48by48.png", "128": "images\/futureday128by128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/futureday16by16.png", "default_popup": "popup.html" } } |