Image gallery

Extension to save links of images and gifs

Что такое Image gallery?

Image gallery - это расширение Chrome, разработанное Hyperpower, и его основная функция - "Extension to save links of images and gifs".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Extension that allows to save the links of images, they can be previewed from the gallery (pop-up) and from there, the links of the images can be opened in a new tab, copied to the clipboard or removed from the gallery.
- When adding an image to the gallery, it is assigned a description by default "without description".
- You can filter the list of images by description.
- The available actions for an image are: copy link, delete, open in tab, edit description and download image.                    

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

Название Image gallery Image gallery
ID eopjpiaipnhmamienhcdapckoojoiacm
Официальный URL https://chromewebstore.google.com/detail/image-gallery/eopjpiaipnhmamienhcdapckoojoiacm
Описание Extension to save links of images and gifs
Размер файла 90.72 KB
Количество установок 1,836
Текущая Версия 1.4.3
Последнее Обновление 2022-03-31
Дата публикации 2019-01-06
Рейтинг 4.50/5 Всего 6 оценок
Разработчик Hyperpower
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_nombreExtension__",
    "version": "1.4.3",
    "description": "__MSG_descripcionExtension__",
    "icons": {
        "48": "icons\/iconoPrincipal-48.png",
        "96": "icons\/iconoPrincipal-96.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "notifications",
        "alarms",
        "downloads"
    ],
    "background": {
        "scripts": [
            "contextMenu.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/iconoPrincipal-48.png",
        "default_title": "__MSG_nombreExtension__",
        "default_popup": "popup\/elegir_gif.html"
    },
    "default_locale": "en"
}