G1B

Aesthetic alternative to the default new tab.

Что такое G1B?

G1B - это расширение Chrome, разработанное g1eb, и его основная функция - "Aesthetic alternative to the default new tab.".

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

screenshot

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

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

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

                        Aesthetic alternative to the default new tab.

Change your "New Tab" into an aesthetic digital piece of eye candy.
Does not effect typical google search functionality on submit.
Use backslash as keyword to trigger text animations.

Controls:
- Long press to set background color and/or branding image.
- Press esc key to cancel any changes.                    

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

Название G1B G1B
ID nnddcgoiijlgjmeeodhhbebcjlmgdnnh
Официальный URL https://chromewebstore.google.com/detail/g1b/nnddcgoiijlgjmeeodhhbebcjlmgdnnh
Описание Aesthetic alternative to the default new tab.
Размер файла 33.15 KB
Количество установок 25
Текущая Версия 0.0.8
Последнее Обновление 2016-10-05
Дата публикации 2016-10-05
Рейтинг 2.50/5 Всего 2 оценок
Разработчик g1eb
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "G1B",
    "short_name": "G1B",
    "description": "Aesthetic alternative to the default new tab.",
    "version": "0.0.8",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "src\/script.js",
        "src\/styles.css",
        "images\/icon.png"
    ]
}