Moe Dashboard
Replaces the new tab page with the cutest dashboard around
O que é Moe Dashboard?
Moe Dashboard é uma extensão do Chrome desenvolvida por https://cutegirls.moe, e sua principal característica é "Replaces the new tab page with the cutest dashboard around".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Moe Dashboard
Baixe arquivos de extensão Moe Dashboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Moe Dashboard |
ID | dpnfaaffebimmpefhkhpjjebbahhkafc |
URL Oficial | https://chromewebstore.google.com/detail/moe-dashboard/dpnfaaffebimmpefhkhpjjebbahhkafc |
Descrição | Replaces the new tab page with the cutest dashboard around |
Tamanho do Arquivo | 318 KB |
Contagem de Instalações | 113 |
Versão Atual | 0.1 |
Última Atualização | 2017-03-30 |
Data de Publicação | 2017-03-30 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://cutegirls.moe |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://cutegirls.moe/dash |
Idiomas Suportados | 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\/*" ] } |