Moe Dashboard
Replaces the new tab page with the cutest dashboard around
Moe Dashboardとは何ですか?
Moe Dashboardはhttps://cutegirls.moeによって開発されたChromeの拡張機能で、その主な機能は「Replaces the new tab page with the cutest dashboard around」です。
拡張機能のスクリーンショット
Moe Dashboard拡張機能のCRXファイルをダウンロード
Moe Dashboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Moe Dashboard provides an excellent new tab experience with the cutest anime girls that CuteGirls.moe has to offer (Over 30,000)! Add some moe to your life with Moe Dashboard.
拡張機能の基本情報
名前 | Moe Dashboard |
ID | dpnfaaffebimmpefhkhpjjebbahhkafc |
公式URL | https://chromewebstore.google.com/detail/moe-dashboard/dpnfaaffebimmpefhkhpjjebbahhkafc |
説明 | Replaces the new tab page with the cutest dashboard around |
ファイルサイズ | 318 KB |
インストール数 | 113 |
現在のバージョン | 0.1 |
最終更新日 | 2017-03-30 |
公開日 | 2017-03-30 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://cutegirls.moe |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://cutegirls.moe/dash |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moe Dashboard", "short_name": "Moe Dash", "version": "0.1", "chrome_url_overrides": { "newtab": "dash.html" }, "description": "Replaces the new tab page with the cutest dashboard around", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "permissions": [ "unlimitedStorage", "*:\/\/*.cutegirls.moe\/*", "*:\/\/*.hell.moe\/*", "*:\/\/*.imgur.com\/*", "*:\/\/*.awwni.me\/*", "*:\/\/*.googleusercontent.com\/*", "*:\/\/*.media.tumblr.com\/*" ] } |