Gifgit Image Editor

Use Gifgit image editor to edit your images online

Vad är Gifgit Image Editor?

Gifgit Image Editor är en Chrome-tillägg utvecklad av http://gifgit.com, och dess huvudfunktion är "Use Gifgit image editor to edit your images online".

Tilläggsskärmbilder

screenshot

Ladda ner Gifgit Image Editor-förlängningens CRX-fil

Ladda ner Gifgit Image Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Gifgit Image Editor Gifgit Image Editor
ID lfdegggkbhfdjdembnpipoiiolnfndpe
Officiell webbadress https://chrome.google.com/webstore/detail/gifgit-image-editor/lfdegggkbhfdjdembnpipoiiolnfndpe
Beskrivning Use Gifgit image editor to edit your images online
Filstorlek 26.39 KB
Antal Installationer 42
Aktuell Version 1.0.1
Senast Uppdaterad 2019-05-27
Publiceringsdatum 2019-05-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://gifgit.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.gifgit.com
URL till Sekretesspolicy Sidan https://www.gifgit.com/privacy.html
Stödda Språk 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
}