Google Anime Startpage
Turns boring Google design into anime
Vad är Google Anime Startpage?
Google Anime Startpage är en Chrome-tillägg utvecklad av vant898, och dess huvudfunktion är "Turns boring Google design into anime".
Tilläggsskärmbilder
Ladda ner Google Anime Startpage-förlängningens CRX-fil
Ladda ner Google Anime Startpage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | |
ID | kmkpickipglbobddkcochnnihbeglhbf |
Officiell webbadress | https://chrome.google.com/webstore/detail/google-anime-startpage/kmkpickipglbobddkcochnnihbeglhbf |
Beskrivning | Turns boring Google design into anime |
Filstorlek | 65.41 MB |
Antal Installationer | 10,000 |
Aktuell Version | 3.1 |
Senast Uppdaterad | 2020-12-22 |
Publiceringsdatum | 2019-01-29 |
Betyg | 4.07/5 Totalt 28 Betyg |
Utvecklare | vant898 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |