Digital clock for Google Chrome ™
Simple digital clock with a flat design for Google Chrome.
What is Digital clock for Google Chrome ™?
Digital clock for Google Chrome ™ is a Chrome extension developed by Unknown, and its main feature is "Simple digital clock with a flat design for Google Chrome.".
Extension Screenshots
Download Digital clock for Google Chrome ™ Extension CRX File
Download Digital clock for Google Chrome ™ 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
Simple digital clock with flat design
Extension Basic Information
Name | Digital clock for Google Chrome ™ |
ID | acfdaegeamfpfefenlgcbfahcdnohgpp |
Official URL | https://chromewebstore.google.com/detail/digital-clock-for-google/acfdaegeamfpfefenlgcbfahcdnohgpp |
Description | Simple digital clock with a flat design for Google Chrome. |
File Size | 637 KB |
Installation Count | 393 |
Current Version | 0.0.0.1 |
Last Updated | 2019-08-08 |
Publish Date | 2019-08-08 |
Rating | 2.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | de,en,en-GB,en-US,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "128.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "offline_enabled": true, "short_name": "__MSG_shortname__", "version": "0.0.0.1" } |