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
}