Gifgit Image Editor
Use Gifgit image editor to edit your images online
Τι είναι το Gifgit Image Editor;
Το Gifgit Image Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://gifgit.com, και η κύρια λειτουργία του είναι "Use Gifgit image editor to edit your images online".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gifgit Image Editor
Λήψη αρχείων επέκτασης Gifgit Image Editor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lfdegggkbhfdjdembnpipoiiolnfndpe |
Επίσημο URL | https://chrome.google.com/webstore/detail/gifgit-image-editor/lfdegggkbhfdjdembnpipoiiolnfndpe |
Περιγραφή | Use Gifgit image editor to edit your images online |
Μέγεθος Αρχείου | 26.39 KB |
Αριθμός Εγκαταστάσεων | 42 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2019-05-27 |
Ημερομηνία Δημοσίευσης | 2019-05-27 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | http://gifgit.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.gifgit.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.gifgit.com/privacy.html |
Υποστηριζόμενες Γλώσσες | 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 } |