ShowTime

Extension to show the current time and date

Τι είναι το ShowTime;

Το ShowTime είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον prateek.mehta, και η κύρια λειτουργία του είναι "Extension to show the current time and date".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ShowTime

Λήψη αρχείων επέκτασης ShowTime σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        - Use the ShowTime extension to see the current time and date
- This extension demonstrates the use of the Browser-Action component
provided by the Google Chrome Extensions framework
- It is a demo extension from the book Creating Google Chrome Extensions (Apress, 2016)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ShowTime ShowTime
ID fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
Επίσημο URL https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
Περιγραφή Extension to show the current time and date
Μέγεθος Αρχείου 14.5 KB
Αριθμός Εγκαταστάσεων 215
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2016-03-24
Ημερομηνία Δημοσίευσης 2016-03-23
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής prateek.mehta
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://pixdip.com/extensions
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShowTime",
    "description": "Extension to show the current time and date",
    "version": "1.2",
    "browser_action": {
        "default_title": "ShowTime",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}