Imgur multiple images opener

Opens the whole row of images in new tabs with a single click on a link "Open all!"

Что такое Imgur multiple images opener?

Imgur multiple images opener - это расширение Chrome, разработанное Andrei Kotomin, и его основная функция - "Opens the whole row of images in new tabs with a single click on a link "Open all!"".

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

screenshot
screenshot

Скачать файл CRX расширения Imgur multiple images opener

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

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

                        Tired of opening images on Imgur one by one? Tired of waiting for them to load? Now you can just click "Open all!" link next to the row of pictures you want to see. All the pictures will be opened in separate tabs, so while you're looking at the first one, the rest of them will load and be ready for you!                    

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

Название Imgur multiple images opener Imgur multiple images opener
ID llekddakiafoiafmjnkjpfcamajffagl
Официальный URL https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl
Описание Opens the whole row of images in new tabs with a single click on a link "Open all!"
Размер файла 35.21 KB
Количество установок 47
Текущая Версия 1.0.0
Последнее Обновление 2015-05-05
Дата публикации 2015-05-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Andrei Kotomin
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imgur multiple images opener",
    "short_name": "Imgur opener",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Opens the whole row of images in new tabs with a single click on a link \"Open all!\"",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/imgur.com\/"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jQuery.js",
                "execute.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}