Google Anime Startpage

Turns boring Google design into anime

Google Anime Startpageคืออะไร?

Google Anime Startpage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vant898 และคุณลักษณะหลักของมันคือ "Turns boring Google design into anime"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Anime Startpage

ดาวน์โหลดไฟล์ส่วนขยาย 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
}