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" ] } } |