Desktop for Chrome
A Chrome dashboard that looks like your work station
什么是Desktop for Chrome?
Desktop for Chrome是由pallavishankar6开发的Chrome扩展程序,该扩展的主要功能是“A Chrome dashboard that looks like your work station”。
扩展截图
下载Desktop for Chrome扩展crx文件
下载Desktop for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Desktop for Chrome recreates a physical workstation on the new tab page. See current temperature and weather conditions through the window, check your events for the day on the calendar, and keep track of reminders or notes on the bulletin board. The clock shows the time, and the laptop screen includes shortcuts to your favorite websites. This is an open source project hosted on Github. If you are a developer, feel free to contribute at https://github.com/pallavi-s/desktop-for-chrome
扩展基本信息
名称 | Desktop for Chrome |
ID | nkbkdlgipegodkjbiabmbmdacmhhnpna |
官方URL | https://chromewebstore.google.com/detail/desktop-for-chrome/nkbkdlgipegodkjbiabmbmdacmhhnpna |
简介 | A Chrome dashboard that looks like your work station |
文件大小 | 784 KB |
安装次数 | 180 |
当前版本 | 1.1.2 |
更新时间 | 2019-09-29 |
上架时间 | 2019-09-29 |
评分 | 5.00/5 共1次评分 |
开发者 | pallavishankar6 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Desktop for Chrome", "description": "A Chrome dashboard that looks like your work station", "version": "1.1.2", "icons": { "128": "src\/img\/icons\/desktop128.png" }, "permissions": [ "geolocation", "identity", "storage" ], "chrome_url_overrides": { "newtab": "src\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/*.google.com 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "src\/js\/calendar.js" ] }, "oauth2": { "client_id": "966242545928-bt256f814gr0gmkcpjiisrshndsscqvs.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly" ] } } |