Gifgit Image Editor
Use Gifgit image editor to edit your images online
Qu'est-ce que Gifgit Image Editor ?
Gifgit Image Editor est une extension Chrome développée par http://gifgit.com, et sa fonction principale est "Use Gifgit image editor to edit your images online".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gifgit Image Editor
Téléchargez les fichiers d'extension Gifgit Image Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lfdegggkbhfdjdembnpipoiiolnfndpe |
URL Officiel | https://chrome.google.com/webstore/detail/gifgit-image-editor/lfdegggkbhfdjdembnpipoiiolnfndpe |
Description | Use Gifgit image editor to edit your images online |
Taille du Fichier | 26.39 KB |
Nombre d'Installations | 42 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-05-27 |
Date de Publication | 2019-05-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://gifgit.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.gifgit.com |
URL de la Page de Politique de Confidentialité | https://www.gifgit.com/privacy.html |
Langues Prises en Charge | 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 } |