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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}