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
官方網址 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
}