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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}