ShowTime

Extension to show the current time and date

Qu'est-ce que ShowTime ?

ShowTime est une extension Chrome développée par prateek.mehta, et sa fonction principale est "Extension to show the current time and date".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ShowTime

Téléchargez les fichiers d'extension ShowTime au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ShowTime ShowTime
ID fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
URL Officiel https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
Description Extension to show the current time and date
Taille du Fichier 14.5 KB
Nombre d'Installations 215
Version Actuelle 1.2
Dernière Mise à Jour 2016-03-24
Date de Publication 2016-03-23
Évaluation 3.00/5 Total 2 Évaluations
Développeur prateek.mehta
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://pixdip.com/extensions
Langues Prises en Charge 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"
    }
}