Simple Dashboard
Replace new tab page with a Simple Dashboard
什麼是Simple Dashboard?
Simple Dashboard是由Rob開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with a Simple Dashboard”。
擴展截圖
下載Simple Dashboard擴展crx文件
下載Simple Dashboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Simple Dashboard |
ID | hnahjccmfijeojdehoofghicecdjnedi |
官方網址 | https://chromewebstore.google.com/detail/simple-dashboard/hnahjccmfijeojdehoofghicecdjnedi |
簡介 | Replace new tab page with a Simple Dashboard |
檔案大小 | 1.24 MB |
安裝次數 | 28 |
目前版本 | 1.2.30 |
更新時間 | 2021-01-20 |
上架時間 | 2018-06-17 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Rob |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |