Today's Date
Show's you today's date and some other info...
Co to jest Today's Date?
Today's Date to rozszerzenie Chrome opracowane przez https://singleclickapps.com, a jego główną funkcją jest „Show's you today's date and some other info...”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Today's Date
Pobierz pliki rozszerzeń Today's Date w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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")
Podstawowe informacje o rozszerzeniu
Nazwa | Today's Date |
ID | lpcdfhjklgjchkpphafdcadodnbgkllm |
Oficjalny URL | https://chromewebstore.google.com/detail/todays-date/lpcdfhjklgjchkpphafdcadodnbgkllm |
Opis | Show's you today's date and some other info... |
Rozmiar pliku | 67.12 KB |
Liczba instalacji | 663 |
Aktualna Wersja | 1.0.0.0 |
Ostatnia Aktualizacja | 2017-10-12 |
Data Publikacji | 2017-10-12 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | https://singleclickapps.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://singleclickapps.com/todays-extension |
Adres URL Strony Polityki Prywatności | https://singleclickapps.com/privacy.html |
Obsługiwane Języki | 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" } |