Google Anime Startpage

Turns boring Google design into anime

Google Anime Startpage क्या है?

Google Anime Startpage vant898 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turns boring Google design into anime"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Anime Startpage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}