Google Anime Startpage

Turns boring Google design into anime

Was ist Google Anime Startpage?

Google Anime Startpage ist eine Chrome-Erweiterung, die von vant898 entwickelt wurde, und ihr Hauptmerkmal ist "Turns boring Google design into anime".

Erweiterungsscreenshots

screenshot

Google Anime Startpage-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Anime Startpage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Google Anime Startpage Google Anime Startpage
ID kmkpickipglbobddkcochnnihbeglhbf
Offizielle URL https://chrome.google.com/webstore/detail/google-anime-startpage/kmkpickipglbobddkcochnnihbeglhbf
Beschreibung Turns boring Google design into anime
Dateigröße 65.41 MB
Installationsanzahl 10,000
Aktuelle Version 3.1
Letztes Update 2020-12-22
Veröffentlichungsdatum 2019-01-29
Bewertung 4.07/5 Insgesamt 28 Bewertungen
Entwickler vant898
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}