Gifgit Image Editor

Use Gifgit image editor to edit your images online

Что такое Gifgit Image Editor?

Gifgit Image Editor - это расширение Chrome, разработанное http://gifgit.com, и его основная функция - "Use Gifgit image editor to edit your images online".

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

screenshot

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

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

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

                        Easily edit your images online with a traditional layered image editor. No Flash, no plugins, just a pure javascript editor.

Tools include:

Brush
Eraser 
Background Eraser
Gradient
Blur
Clone Stamp
Etc.

visit www.gifgit.com
More tools, more features coming soon.                    

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

Название Gifgit Image Editor Gifgit Image Editor
ID lfdegggkbhfdjdembnpipoiiolnfndpe
Официальный URL https://chrome.google.com/webstore/detail/gifgit-image-editor/lfdegggkbhfdjdembnpipoiiolnfndpe
Описание Use Gifgit image editor to edit your images online
Размер файла 26.39 KB
Количество установок 42
Текущая Версия 1.0.1
Последнее Обновление 2019-05-27
Дата публикации 2019-05-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://gifgit.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.gifgit.com
URL страницы политики конфиденциальности https://www.gifgit.com/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gifgit Image Editor",
    "short_name": "Gifgit",
    "version": "1.0.1",
    "description": "Use Gifgit image editor to edit your images online",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}