ShowTime
Extension to show the current time and date
Cos'è ShowTime?
ShowTime è un'estensione di Chrome sviluppata da prateek.mehta, e la sua funzione principale è "Extension to show the current time and date".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ShowTime
Scarica i file di estensione ShowTime in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        - 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)                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | fndaeaoojfibdcpdkbgdjbmnfmnkkfpb | 
| URL Ufficiale | https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb | 
| Descrizione | Extension to show the current time and date | 
| Dimensione del File | 14.5 KB | 
| Conteggio Installazioni | 215 | 
| Versione Corrente | 1.2 | 
| Ultimo Aggiornamento | 2016-03-24 | 
| Data di Pubblicazione | 2016-03-23 | 
| Valutazione | 3.00/5 Totale 2 Valutazioni | 
| Sviluppatore | prateek.mehta | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://pixdip.com/extensions | 
| Lingue Supportate | 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"
    }
}  |  |