Google Anime Startpage

Turns boring Google design into anime

什么是Google Anime Startpage?

Google Anime Startpage是由vant898开发的Chrome扩展程序,该扩展的主要功能是“Turns boring Google design into anime”。

扩展截图

screenshot

下载Google Anime Startpage扩展crx文件

下载Google Anime Startpage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Google Anime Startpage Google Anime Startpage
ID kmkpickipglbobddkcochnnihbeglhbf
官方URL https://chrome.google.com/webstore/detail/google-anime-startpage/kmkpickipglbobddkcochnnihbeglhbf
简介 Turns boring Google design into anime
文件大小 65.41 MB
安装次数 10,000
当前版本 3.1
更新时间 2020-12-22
上架时间 2019-01-29
评分 4.07/5 共28次评分
开发者 vant898
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}