Simple Dashboard
Replace new tab page with a Simple Dashboard
Qu'est-ce que Simple Dashboard ?
Simple Dashboard est une extension Chrome développée par Rob, et sa fonction principale est "Replace new tab page with a Simple Dashboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Dashboard
Téléchargez les fichiers d'extension Simple Dashboard 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
A simple dashboard to replace the Google Chrome New Tab. Backgrounds are powered by Pexels, weather by NOAA, and the latest 8 events in your primary Google Calendar. Simple Dash is developed with your privacy in mind, no 3rd party analytics tools are embedded in the application, nor does any of your information travel to a 3rd party server. It simply uses the freely available APIs to pull in relevant information.
Informations de Base sur l'Extension
Nom | Simple Dashboard |
ID | hnahjccmfijeojdehoofghicecdjnedi |
URL Officiel | https://chromewebstore.google.com/detail/simple-dashboard/hnahjccmfijeojdehoofghicecdjnedi |
Description | Replace new tab page with a Simple Dashboard |
Taille du Fichier | 1.24 MB |
Nombre d'Installations | 28 |
Version Actuelle | 1.2.30 |
Dernière Mise à Jour | 2021-01-20 |
Date de Publication | 2018-06-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Rob |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "simpledash.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.googleapis.com 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with a Simple Dashboard", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Simple Dashboard", "offline_enabled": false, "permissions": [ "geolocation", "identity" ], "short_name": "Simple Dash", "oauth2": { "client_id": "285229412238-o9ihm8u1d45objd1ehsibv2n0lket01k.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.30" } |