Chrome Dashboard
Shiny new chrome browser new tab screen.
What is Chrome Dashboard?
Chrome Dashboard is a Chrome extension developed by http://www.cenksari.com, and its main feature is "Shiny new chrome browser new tab screen.".
Extension Screenshots
Download Chrome Dashboard Extension CRX File
Download Chrome Dashboard 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
New Tab Page Replacement. Add your favorite bookmarks and todo list to Chrome Dashboard. Customize your browser's background image. This free extension will make you more productive then ever.
Extension Basic Information
Name | |
ID | ehmbackcndnlaemcmboagmfmealkfkla |
Official URL | https://chrome.google.com/webstore/detail/chrome-dashboard/ehmbackcndnlaemcmboagmfmealkfkla |
Description | Shiny new chrome browser new tab screen. |
File Size | 3.38 MB |
Installation Count | 342 |
Current Version | 1.9.7 |
Last Updated | 2022-05-24 |
Publish Date | 2020-03-14 |
Rating | 5.00/5 Total 5 Ratings |
Developer | http://www.cenksari.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://www.cenksari.com |
Help Page URL | https://www.cenksari.com |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Dashboard", "short_name": "New Tab page", "description": "Shiny new chrome browser new tab screen.", "version": "1.9.7", "manifest_version": 2, "author": "Cenk SARI ([email protected])", "homepage_url": "http:\/\/www.cenksari.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "pages\/dashboard.html" }, "options_ui": { "page": "pages\/options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "storage", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/api.allorigins.win\/get https:\/\/www.metaweather.com\/api\/location*; object-src 'self'" } |