Google Anime Startpage
Turns boring Google design into anime
O que é Google Anime Startpage?
Google Anime Startpage é uma extensão do Chrome desenvolvida por vant898, e sua principal característica é "Turns boring Google design into anime".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Anime Startpage
Baixe arquivos de extensão Google Anime Startpage 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
The extension replaces the standard Google page with a new page with anime logos. New logos can be changed simply by clicking on them. Search is still supported, simple style, nothing more. What's new? - added more anime girls - changed the appearance of the search bar - added image switching (to switch forward, click on the right side of the logo to switch back on the left) - now you can randomly select a picture (click on the top of the logo)
Informações Básicas da Extensão
Nome | |
ID | kmkpickipglbobddkcochnnihbeglhbf |
URL Oficial | https://chrome.google.com/webstore/detail/google-anime-startpage/kmkpickipglbobddkcochnnihbeglhbf |
Descrição | Turns boring Google design into anime |
Tamanho do Arquivo | 65.41 MB |
Contagem de Instalações | 10,000 |
Versão Atual | 3.1 |
Última Atualização | 2020-12-22 |
Data de Publicação | 2019-01-29 |
Classificação | 4.07/5 Total de 28 Avaliações |
Desenvolvedor | vant898 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Anime Startpage", "short_name": "Google Anime", "author": "Ivan Parshin", "version": "3.1", "description": "Turns boring Google design into anime", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "script.js" ] }, "permissions": [ "activeTab" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2 } |