U.S. Army New Tab Photos

Show your support by installing this cool plugin to get a new Army photo as your browsers background when you open a new window.

Что такое U.S. Army New Tab Photos?

U.S. Army New Tab Photos - это расширение Chrome, разработанное http://www.baxbox.com, и его основная функция - "Show your support by installing this cool plugin to get a new Army photo as your browsers background when you open a new window.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения U.S. Army New Tab Photos

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

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

                        Install this cool plugin to get a new U.S. Army photo as your web browser's background image. Show your support! This free Chrome plugin is provided by MilitaryAirfare.us.                    

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

Название U.S. Army New Tab Photos U.S. Army New Tab Photos
ID fjnbmemenheaokigamgklgnhooejmeee
Официальный URL https://chrome.google.com/webstore/detail/us-army-new-tab-photos/fjnbmemenheaokigamgklgnhooejmeee
Описание Show your support by installing this cool plugin to get a new Army photo as your browsers background when you open a new window.
Размер файла 29.01 KB
Количество установок 46
Текущая Версия 1.0.2
Последнее Обновление 2016-10-10
Дата публикации 2016-10-10
Рейтинг 2.00/5 Всего 3 оценок
Разработчик http://www.baxbox.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "U.S. Army New Tab Photos",
    "short_name": "U.S. Army New Tab Photos",
    "description": "Show your support by installing this cool plugin to get a new Army photo as your browsers background when you open a new window.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "\/newtab.html"
    },
    "icons": {
        "16": "\/icon16.png",
        "48": "\/icon48.png",
        "128": "\/icon128.png"
    }
}