Gifgit Image Editor

Use Gifgit image editor to edit your images online

What is Gifgit Image Editor?

Gifgit Image Editor is a Chrome extension developed by http://gifgit.com, and its main feature is "Use Gifgit image editor to edit your images online".

Extension Screenshots

screenshot

Download Gifgit Image Editor Extension CRX File

Download Gifgit Image Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Gifgit Image Editor Gifgit Image Editor
ID lfdegggkbhfdjdembnpipoiiolnfndpe
Official URL https://chrome.google.com/webstore/detail/gifgit-image-editor/lfdegggkbhfdjdembnpipoiiolnfndpe
Description Use Gifgit image editor to edit your images online
File Size 26.39 KB
Installation Count 42
Current Version 1.0.1
Last Updated 2019-05-27
Publish Date 2019-05-27
Rating 5.00/5 Total 1 Ratings
Developer http://gifgit.com
Email [email protected]
Payment Type free
Extension Website https://www.gifgit.com
Privacy Policy Page URL https://www.gifgit.com/privacy.html
Supported Languages 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
}