ShowTime
Extension to show the current time and date
Wat is ShowTime?
ShowTime is een Chrome-extensie ontwikkeld door prateek.mehta, en de belangrijkste functie is "Extension to show the current time and date".
Extensie Screenshots
Download het CRX-bestand van de extensie ShowTime
Download ShowTime-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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)
Basisinformatie over de Extensie
Naam | ShowTime |
ID | fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
Officiële URL | https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
Beschrijving | Extension to show the current time and date |
Bestandsgrootte | 14.5 KB |
Aantal Installaties | 215 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-03-24 |
Publicatiedatum | 2016-03-23 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | prateek.mehta |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://pixdip.com/extensions |
Ondersteunde Talen | 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" } } |