Today's Date
Show's you today's date and some other info...
Was ist Today's Date?
Today's Date ist eine Chrome-Erweiterung, die von https://singleclickapps.com entwickelt wurde, und ihr Hauptmerkmal ist "Show's you today's date and some other info...".
Erweiterungsscreenshots
Today's Date-Erweiterungs-CRX-Datei herunterladen
Laden Sie Today's Date-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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")
Grundlegende Informationen zur Erweiterung
Name | Today's Date |
ID | lpcdfhjklgjchkpphafdcadodnbgkllm |
Offizielle URL | https://chromewebstore.google.com/detail/todays-date/lpcdfhjklgjchkpphafdcadodnbgkllm |
Beschreibung | Show's you today's date and some other info... |
Dateigröße | 67.12 KB |
Installationsanzahl | 663 |
Aktuelle Version | 1.0.0.0 |
Letztes Update | 2017-10-12 |
Veröffentlichungsdatum | 2017-10-12 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | https://singleclickapps.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://singleclickapps.com/todays-extension |
URL der Datenschutzrichtlinien-Seite | https://singleclickapps.com/privacy.html |
Unterstützte Sprachen | 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" } |