Image Flipper + Grayscale

Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.

Что такое Image Flipper + Grayscale?

Image Flipper + Grayscale - это расширение Chrome, разработанное AmethystProductions, и его основная функция - "Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.".

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

Название Image Flipper + Grayscale Image Flipper + Grayscale
ID dcoaiajbbegclnckbcdbagjamndcmlka
Официальный URL https://chromewebstore.google.com/detail/image-flipper-+-grayscale/dcoaiajbbegclnckbcdbagjamndcmlka
Описание Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.
Размер файла 1.14 MB
Количество установок 44
Текущая Версия 0.01
Последнее Обновление 2018-04-13
Дата публикации 2018-04-13
Разработчик AmethystProductions
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Flipper + Grayscale",
    "description": "Manipulate a page with a single image. Allows you to flip theimage  or turn the image into grayscale. This is a tool for artists.",
    "version": "0.01",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}