Gifgit Image Editor
Use Gifgit image editor to edit your images online
Cos'è Gifgit Image Editor?
Gifgit Image Editor è un'estensione di Chrome sviluppata da http://gifgit.com, e la sua funzione principale è "Use Gifgit image editor to edit your images online".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gifgit Image Editor
Scarica i file di estensione Gifgit Image Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lfdegggkbhfdjdembnpipoiiolnfndpe |
URL Ufficiale | https://chrome.google.com/webstore/detail/gifgit-image-editor/lfdegggkbhfdjdembnpipoiiolnfndpe |
Descrizione | Use Gifgit image editor to edit your images online |
Dimensione del File | 26.39 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-05-27 |
Data di Pubblicazione | 2019-05-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://gifgit.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.gifgit.com |
URL della Pagina della Politica sulla Privacy | https://www.gifgit.com/privacy.html |
Lingue Supportate | 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 } |