Day Calculator

Counts Number of Days between a Future or Past Date

Qu'est-ce que Day Calculator ?

Day Calculator est une extension Chrome développée par DkoD Digital, et sa fonction principale est "Counts Number of Days between a Future or Past Date".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Day Calculator

Téléchargez les fichiers d'extension Day Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Day Calculator Day Calculator
ID lcadmklcdjdjaohcjainmeehncdllalh
URL Officiel https://chromewebstore.google.com/detail/day-calculator/lcadmklcdjdjaohcjainmeehncdllalh
Description Counts Number of Days between a Future or Past Date
Taille du Fichier 88.81 KB
Nombre d'Installations 35
Version Actuelle 1.0
Dernière Mise à Jour 2019-05-06
Date de Publication 2019-05-06
Développeur DkoD Digital
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}