Studio Ghibli New Tab

Still from a Studio Ghibli movie as the Chrome new tab background!

Что такое Studio Ghibli New Tab?

Studio Ghibli New Tab - это расширение Chrome, разработанное zakw.dev, и его основная функция - "Still from a Studio Ghibli movie as the Chrome new tab background!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Studio Ghibli New Tab

Скачайте файлы расширений Studio Ghibli New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension sets the Chrome new tab background to one of over 1,000 still shots from one of 27 Studio Ghibli movies. 

All images are retrieved from the Studio Ghibli website (https://www.ghibli.jp/)                    

Основная информация о расширении

Название Studio Ghibli New Tab Studio Ghibli New Tab
ID fmdejajfcfdnbbanalgjibhcgbhihphd
Официальный URL https://chromewebstore.google.com/detail/studio-ghibli-new-tab/fmdejajfcfdnbbanalgjibhcgbhihphd
Описание Still from a Studio Ghibli movie as the Chrome new tab background!
Размер файла 183 KB
Количество установок 4,031
Текущая Версия 0.1.5
Последнее Обновление 2024-02-08
Дата публикации 2022-12-31
Рейтинг 4.83/5 Всего 6 оценок
Разработчик zakw.dev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/zakwht/ghibli
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "manifest_version": 3,
    "name": "Studio Ghibli New Tab",
    "short_name": "Ghibli",
    "description": "Still from a Studio Ghibli movie as the Chrome new tab background!",
    "homepage_url": "https:\/\/github.com\/zakwht\/ghibli-chrome",
    "version": "0.1.5",
    "author": "Zak White",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}