Chromal New Tab
Beautiful New Tab page with a world clock widget
What is Chromal New Tab?
Chromal New Tab is a Chrome extension developed by amalts, and its main feature is "Beautiful New Tab page with a world clock widget".
Extension Screenshots
Download Chromal New Tab Extension CRX File
Download Chromal New Tab 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
A light weight beautilful new tab extension for Google Chrome. Feature a world clock, calendar and beautiful background images. Integrate with your Flickr account and display your favorite photos as chrome background. Open Source : github.com/amalts/Chromal-New-Tab
Extension Basic Information
Name | |
ID | baoflgfnbageibinfblljpckkgdoaknl |
Official URL | https://chrome.google.com/webstore/detail/chromal-new-tab/baoflgfnbageibinfblljpckkgdoaknl |
Description | Beautiful New Tab page with a world clock widget |
File Size | 203 KB |
Installation Count | 175 |
Current Version | 0.0.0.15 |
Last Updated | 2015-08-18 |
Publish Date | 2015-08-18 |
Rating | 5.00/5 Total 13 Ratings |
Developer | amalts |
Payment Type | free |
Extension Website | https://www.facebook.com/amalts |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromal New Tab", "short_name": "Chromal", "description": "Beautiful New Tab page with a world clock widget", "version": "0.0.0.15", "chrome_url_overrides": { "newtab": "main.html" }, "web_accessible_resources": [ "images\/*", "css\/*", "js\/*" ], "permissions": [ "*:\/\/*.staticflickr.com\/*", "activeTab", "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.flickr.com\/; object-src 'self'" } |