Google Anime Startpage

Turns boring Google design into anime

Qu'est-ce que Google Anime Startpage ?

Google Anime Startpage est une extension Chrome développée par vant898, et sa fonction principale est "Turns boring Google design into anime".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Anime Startpage

Téléchargez les fichiers d'extension Google Anime Startpage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Google Anime Startpage Google Anime Startpage
ID kmkpickipglbobddkcochnnihbeglhbf
URL Officiel https://chrome.google.com/webstore/detail/google-anime-startpage/kmkpickipglbobddkcochnnihbeglhbf
Description Turns boring Google design into anime
Taille du Fichier 65.41 MB
Nombre d'Installations 10,000
Version Actuelle 3.1
Dernière Mise à Jour 2020-12-22
Date de Publication 2019-01-29
Évaluation 4.07/5 Total 28 Évaluations
Développeur vant898
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}