Gifgit Image Editor
Use Gifgit image editor to edit your images online
Was ist Gifgit Image Editor?
Gifgit Image Editor ist eine Chrome-Erweiterung, die von http://gifgit.com entwickelt wurde, und ihr Hauptmerkmal ist "Use Gifgit image editor to edit your images online".
Erweiterungsscreenshots
Gifgit Image Editor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gifgit Image Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lfdegggkbhfdjdembnpipoiiolnfndpe |
Offizielle URL | https://chrome.google.com/webstore/detail/gifgit-image-editor/lfdegggkbhfdjdembnpipoiiolnfndpe |
Beschreibung | Use Gifgit image editor to edit your images online |
Dateigröße | 26.39 KB |
Installationsanzahl | 42 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2019-05-27 |
Veröffentlichungsdatum | 2019-05-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://gifgit.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.gifgit.com |
URL der Datenschutzrichtlinien-Seite | https://www.gifgit.com/privacy.html |
Unterstützte Sprachen | 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 } |