Today's Date
Show's you today's date and some other info...
Τι είναι το Today's Date;
Το Today's Date είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://singleclickapps.com, και η κύρια λειτουργία του είναι "Show's you today's date and some other info...".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Today's Date
Λήψη αρχείων επέκτασης Today's Date σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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")
Βασικές Πληροφορίες Επέκτασης
Όνομα | Today's Date |
ID | lpcdfhjklgjchkpphafdcadodnbgkllm |
Επίσημο URL | https://chromewebstore.google.com/detail/todays-date/lpcdfhjklgjchkpphafdcadodnbgkllm |
Περιγραφή | Show's you today's date and some other info... |
Μέγεθος Αρχείου | 67.12 KB |
Αριθμός Εγκαταστάσεων | 663 |
Τρέχουσα Έκδοση | 1.0.0.0 |
Τελευταία Ενημέρωση | 2017-10-12 |
Ημερομηνία Δημοσίευσης | 2017-10-12 |
Αξιολόγηση | 4.75/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://singleclickapps.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://singleclickapps.com/todays-extension |
URL της Σελίδας Πολιτικής Απορρήτου | https://singleclickapps.com/privacy.html |
Υποστηριζόμενες Γλώσσες | 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" } |