Google Anime Startpage

Turns boring Google design into anime

Wat is Google Anime Startpage?

Google Anime Startpage is een Chrome-extensie ontwikkeld door vant898, en de belangrijkste functie is "Turns boring Google design into anime".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Anime Startpage

Download Google Anime Startpage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Google Anime Startpage Google Anime Startpage
ID kmkpickipglbobddkcochnnihbeglhbf
Officiële URL https://chrome.google.com/webstore/detail/google-anime-startpage/kmkpickipglbobddkcochnnihbeglhbf
Beschrijving Turns boring Google design into anime
Bestandsgrootte 65.41 MB
Aantal Installaties 10,000
Huidige Versie 3.1
Laatst Bijgewerkt 2020-12-22
Publicatiedatum 2019-01-29
Beoordeling 4.07/5 Totaal 28 Beoordelingen
Ontwikkelaar vant898
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}