Today's Date

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

Vad är Today's Date?

Today's Date är en Chrome-tillägg utvecklad av https://singleclickapps.com, och dess huvudfunktion är "Show's you today's date and some other info...".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Today's Date-förlängningens CRX-fil

Ladda ner Today's Date-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

                        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")                    

Grundläggande Information om Tillägg

Namn Today's Date Today's Date
ID lpcdfhjklgjchkpphafdcadodnbgkllm
Officiell webbadress https://chromewebstore.google.com/detail/todays-date/lpcdfhjklgjchkpphafdcadodnbgkllm
Beskrivning Show's you today's date and some other info...
Filstorlek 67.12 KB
Antal Installationer 663
Aktuell Version 1.0.0.0
Senast Uppdaterad 2017-10-12
Publiceringsdatum 2017-10-12
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare https://singleclickapps.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://singleclickapps.com/todays-extension
URL till Sekretesspolicy Sidan https://singleclickapps.com/privacy.html
Stödda Språk 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"
}