Gifgit Image Editor
Use Gifgit image editor to edit your images online
Co to jest Gifgit Image Editor?
Gifgit Image Editor to rozszerzenie Chrome opracowane przez http://gifgit.com, a jego główną funkcją jest „Use Gifgit image editor to edit your images online”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gifgit Image Editor
Pobierz pliki rozszerzeń Gifgit Image Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lfdegggkbhfdjdembnpipoiiolnfndpe |
Oficjalny URL | https://chrome.google.com/webstore/detail/gifgit-image-editor/lfdegggkbhfdjdembnpipoiiolnfndpe |
Opis | Use Gifgit image editor to edit your images online |
Rozmiar pliku | 26.39 KB |
Liczba instalacji | 42 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2019-05-27 |
Data Publikacji | 2019-05-27 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://gifgit.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.gifgit.com |
Adres URL Strony Polityki Prywatności | https://www.gifgit.com/privacy.html |
Obsługiwane Języki | 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 } |