Google Anime Startpage
Turns boring Google design into anime
Co to jest Google Anime Startpage?
Google Anime Startpage to rozszerzenie Chrome opracowane przez vant898, a jego główną funkcją jest „Turns boring Google design into anime”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Anime Startpage
Pobierz pliki rozszerzeń Google Anime Startpage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kmkpickipglbobddkcochnnihbeglhbf |
Oficjalny URL | https://chrome.google.com/webstore/detail/google-anime-startpage/kmkpickipglbobddkcochnnihbeglhbf |
Opis | Turns boring Google design into anime |
Rozmiar pliku | 65.41 MB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 3.1 |
Ostatnia Aktualizacja | 2020-12-22 |
Data Publikacji | 2019-01-29 |
Ocena | 4.07/5 Łącznie 28 Oceny |
Deweloper | vant898 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |