Dash
Replace new tab page with a personal dashboard.
什麼是Dash?
Dash是由Ryan O'Connor開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with a personal dashboard.”。
擴展截圖
下載Dash擴展crx文件
下載Dash擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
• Google/Bing Search • Weather • New inspirational photo each day • Customize the dashboard by showing/hiding widgets • Feel good and get things done!
擴展基本資訊
名稱 | Dash |
ID | fingkpecgdmbaonemhpceblplfmhecmm |
官方網址 | https://chromewebstore.google.com/detail/dash/fingkpecgdmbaonemhpceblplfmhecmm |
簡介 | Replace new tab page with a personal dashboard. |
檔案大小 | 539 KB |
安裝次數 | 106 |
目前版本 | 1.2.3 |
更新時間 | 2017-08-30 |
上架時間 | 2017-08-30 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Ryan O'Connor |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "dash.js" ] }, "chrome_url_overrides": { "newtab": "tab.html" }, "content_scripts": [ { "matches": [ "https:\/\/api.wunderground.com\/*", "https:\/\/ssl.geoplugin.net\/*", "https:\/\/dash.deesyl.com\/*", "https:\/\/api.ryanoconr.com\/*" ], "css": [ "cdn\/css\/main.min.css" ], "js": [ "cdn\/js\/search.min.js", "cdn\/js\/bgimg.min.js", "cdn\/js\/clock.min.js", "cdn\/js\/greeting.min.js", "cdn\/js\/jquery.min.js", "cdn\/js\/fa.min.js", "cdn\/js\/settings.min.js", "cdn\/js\/location.min.js", "cdn\/js\/modernizr.min.js", "cdn\/js\/weather.min.js", "cdn\/js\/update.min.js" ] } ], "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "description": "Replace new tab page with a personal dashboard.", "content_security_policy": "script-src 'self' https:\/\/api.wunderground.com\/ https:\/\/ssl.geoplugin.net\/ https:\/\/api.ryanoconr.com https:\/\/dash.deesyl.com\/ 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "name": "Dash", "offline_enabled": true, "permissions": [ "geolocation", "unlimitedStorage" ], "short_name": "Dash", "version": "1.2.3" } |