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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |