Chrome Dashboard
Shiny new chrome browser new tab screen.
什么是Chrome Dashboard?
Chrome Dashboard是由http://www.cenksari.com开发的Chrome扩展程序,该扩展的主要功能是“Shiny new chrome browser new tab screen.”。
扩展截图
下载Chrome Dashboard扩展crx文件
下载Chrome Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ehmbackcndnlaemcmboagmfmealkfkla |
官方URL | https://chrome.google.com/webstore/detail/chrome-dashboard/ehmbackcndnlaemcmboagmfmealkfkla |
简介 | Shiny new chrome browser new tab screen. |
文件大小 | 3.38 MB |
安装次数 | 342 |
当前版本 | 1.9.7 |
更新时间 | 2022-05-24 |
上架时间 | 2020-03-14 |
评分 | 5.00/5 共5次评分 |
开发者 | http://www.cenksari.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://www.cenksari.com |
帮助页面URL | https://www.cenksari.com |
支持的语言 | 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'" } |