NewPage Georgia

Provides new and refreshing look to the New Tab page with helpful links

Что такое NewPage Georgia?

NewPage Georgia - это расширение Chrome, разработанное https://www.brainz.ge, и его основная функция - "Provides new and refreshing look to the New Tab page with helpful links".

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

screenshot

Скачать файл CRX расширения NewPage Georgia

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

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

                        Provides new and refreshing look to the New Tab of Google Chrome, with useful links.                    

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

Название NewPage Georgia NewPage Georgia
ID anonhhfhmigoeokidhbegbbaajocoajj
Официальный URL https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj
Описание Provides new and refreshing look to the New Tab page with helpful links
Размер файла 8.52 MB
Количество установок 1,257
Текущая Версия 1.9
Последнее Обновление 2021-03-10
Дата публикации 2019-09-23
Разработчик https://www.brainz.ge
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewPage Georgia",
    "short_name": "NPGeo",
    "version": "1.9",
    "description": "Provides new and refreshing look to the New Tab page with helpful links",
    "permissions": [
        "http:\/\/www.brainz.ge\/",
        "https:\/\/www.brainz.ge\/"
    ],
    "browser_action": {
        "default_title": "NewPage Georgia",
        "default_icon": {
            "24": "images\/ms-icon-24x24.png",
            "48": "images\/ms-icon-48x48.png",
            "96": "images\/m-icon-96x96.png",
            "128": "images\/ms-icon-128x128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "background": {
        "scripts": [
            "\/js\/jquery-2.2.2.min.js",
            "\/js\/bootstrap.min.js",
            "\/js\/jquery.simpleWeather.min.js",
            "\/js\/jquery-ui.min.js",
            "\/js\/url.min.js",
            "\/js\/search.js",
            "\/js\/default.js",
            "\/js\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/brainz.ge\/*",
            "*:\/\/www.brainz.ge\/*"
        ]
    },
    "manifest_version": 2
}