ShowTime
Extension to show the current time and date
What is ShowTime?
ShowTime is a Chrome extension developed by prateek.mehta, and its main feature is "Extension to show the current time and date".
Extension Screenshots
Download ShowTime Extension CRX File
Download ShowTime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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)
Extension Basic Information
Name | ShowTime |
ID | fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
Official URL | https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
Description | Extension to show the current time and date |
File Size | 14.5 KB |
Installation Count | 215 |
Current Version | 1.2 |
Last Updated | 2016-03-24 |
Publish Date | 2016-03-23 |
Rating | 3.00/5 Total 2 Ratings |
Developer | prateek.mehta |
[email protected] | |
Payment Type | free |
Extension Website | http://pixdip.com/extensions |
Supported Languages | 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" } } |