Desktop for Chrome
A Chrome dashboard that looks like your work station
Was ist Desktop for Chrome?
Desktop for Chrome ist eine Chrome-Erweiterung, die von pallavishankar6 entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome dashboard that looks like your work station".
Erweiterungsscreenshots
Desktop for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Desktop for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Desktop for Chrome |
ID | nkbkdlgipegodkjbiabmbmdacmhhnpna |
Offizielle URL | https://chromewebstore.google.com/detail/desktop-for-chrome/nkbkdlgipegodkjbiabmbmdacmhhnpna |
Beschreibung | A Chrome dashboard that looks like your work station |
Dateigröße | 784 KB |
Installationsanzahl | 180 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2019-09-29 |
Veröffentlichungsdatum | 2019-09-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | pallavishankar6 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |