HQ Backgrounds for Gmail™

Random high quality scenic backgrounds for Gmail™.

Что такое HQ Backgrounds for Gmail™?

HQ Backgrounds for Gmail™ - это расширение Chrome, разработанное Sunny Nahar, и его основная функция - "Random high quality scenic backgrounds for Gmail™.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения HQ Backgrounds for Gmail™

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

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

                        Amazing high quality scenic backgrounds for Gmail. A random one is picked for each session.

Requires a dark color theme under Settings/Theme to work properly.

If there are bugs, please post them so that I can fix them. Have suggestions for features or additional backgrounds? Leave a comment!                    

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

Название HQ Backgrounds for Gmail™ HQ Backgrounds for Gmail™
ID kbblhieiickmopjklpkanpickdgjecab
Официальный URL https://chromewebstore.google.com/detail/hq-backgrounds-for-gmail/kbblhieiickmopjklpkanpickdgjecab
Описание Random high quality scenic backgrounds for Gmail™.
Размер файла 34.78 MB
Количество установок 315
Текущая Версия 0.1.0.0
Последнее Обновление 2015-05-16
Дата публикации 2015-05-16
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Sunny Nahar
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "manifest_version": 2,
    "name": "HQ Backgrounds for Gmail\u2122",
    "description": "Random high quality scenic backgrounds for Gmail\u2122.",
    "version": "0.1.0.0",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/www.gmail.com\/"
            ],
            "js": [
                "util\/jquery.min.js",
                "js\/gmedit.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/gm128.png",
        "19": "icons\/gm19.png",
        "32": "icons\/gm32.png",
        "48": "icons\/gm48.png",
        "64": "icons\/gm64.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "backgrounds\/*"
    ]
}