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! 拡張機能の基本情報
| 名前 | |
| ID | fingkpecgdmbaonemhpceblplfmhecmm |
| 公式URL | 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 |
| Eメール | [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"
} | |