Gifgit Image Editor
Use Gifgit image editor to edit your images online
什么是Gifgit Image Editor?
Gifgit Image Editor是由http://gifgit.com开发的Chrome扩展程序,该扩展的主要功能是“Use Gifgit image editor to edit your images online”。
扩展截图
下载Gifgit Image Editor扩展crx文件
下载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 } |