Page Gallery

Displays a gallery of the images on the current page with filtering and sorting.

Что такое Page Gallery?

Page Gallery - это расширение Chrome, разработанное https://jakobkallin.com, и его основная функция - "Displays a gallery of the images on the current page with filtering and sorting.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Looking through a confusing image gallery or trying to find the largest version of an image on a page? Open the Page Gallery and see every image in a handy overview with filtering and sorting!                    

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

Название Page Gallery Page Gallery
ID akpgagdbjionahjaiopopkiopakcoebp
Официальный URL https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp
Описание Displays a gallery of the images on the current page with filtering and sorting.
Размер файла 16.85 KB
Количество установок 900
Текущая Версия 0.0.0.3
Последнее Обновление 2017-02-10
Дата публикации 2017-02-10
Рейтинг 4.33/5 Всего 3 оценок
Разработчик https://jakobkallin.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Gallery",
    "version": "0.0.0.3",
    "description": "Displays a gallery of the images on the current page with filtering and sorting.",
    "author": "Jakob Kallin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "Show page gallery",
        "default_popup": "popup.html"
    }
}