Today's Date

Show's you today's date and some other info...

Cos'è Today's Date?

Today's Date è un'estensione di Chrome sviluppata da https://singleclickapps.com, e la sua funzione principale è "Show's you today's date and some other info...".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Today's Date

Scarica i file di estensione Today's Date 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

                        Just a simple extension that will show you today's date and some related info. 

Click on the icon and you'll get: today's date, week, day of the week, the roman year, how many days left to new year and, if you click on another date, the difference between the current date and selected one ...

You can change the date format on the options page (right-click on the extension's icon and select "Options")                    

Informazioni di Base sull'Estensione

Nome Today's Date Today's Date
ID lpcdfhjklgjchkpphafdcadodnbgkllm
URL Ufficiale https://chromewebstore.google.com/detail/todays-date/lpcdfhjklgjchkpphafdcadodnbgkllm
Descrizione Show's you today's date and some other info...
Dimensione del File 67.12 KB
Conteggio Installazioni 663
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2017-10-12
Data di Pubblicazione 2017-10-12
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore https://singleclickapps.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://singleclickapps.com/todays-extension
URL della Pagina della Politica sulla Privacy https://singleclickapps.com/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Today's  Date ",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/todays-extension",
    "description": "Show's you today's date and some other info...",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [],
    "offline_enabled": true,
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Today's Date",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}