Desktop for Chrome
A Chrome dashboard that looks like your work station
Qu'est-ce que Desktop for Chrome ?
Desktop for Chrome est une extension Chrome développée par pallavishankar6, et sa fonction principale est "A Chrome dashboard that looks like your work station".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Desktop for Chrome
Téléchargez les fichiers d'extension Desktop for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Desktop for Chrome |
ID | nkbkdlgipegodkjbiabmbmdacmhhnpna |
URL Officiel | https://chromewebstore.google.com/detail/desktop-for-chrome/nkbkdlgipegodkjbiabmbmdacmhhnpna |
Description | A Chrome dashboard that looks like your work station |
Taille du Fichier | 784 KB |
Nombre d'Installations | 180 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2019-09-29 |
Date de Publication | 2019-09-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | pallavishankar6 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |