TheImageKIT
One stop Platform offering most popular image operations.
什么是TheImageKIT?
TheImageKIT是由https://theimagekit.com开发的Chrome扩展程序,该扩展的主要功能是“One stop Platform offering most popular image operations.”。
扩展截图
下载TheImageKIT扩展crx文件
下载TheImageKIT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        TheImageKIT - One stop Platform offering most popular image operations in magically simple way. Completely FREE.
It provides features for
1. Compress Image Size - Optimize images for sharing
2. Resize Images Online - Change image size online
3. Crop Image Online
4. Convert Image File to JPG - Convert your PNG, GIF files to JPG
5. Convert from JPG - Convert your JPG to PNG, GIF
6. Rotate Image Online
7. Watermark Image Online
8. Meme generator                     扩展基本信息
| 名称 |   |  
| ID | goobnaojcfnieodhifhhobimonpgffeo | 
| 官方URL | https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo | 
| 简介 | One stop Platform offering most popular image operations. | 
| 文件大小 | 4.31 KB | 
| 安装次数 | 56 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2020-04-19 | 
| 上架时间 | 2020-04-19 | 
| 开发者 | https://theimagekit.com | 
| 付费类型 | free | 
| 扩展官网 | https://theimagekit.com | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TheImageKIT",
    "start_url": "https:\/\/theiamgekit.com",
    "version": "1.0",
    "description": "One stop Platform offering most popular image operations.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "title": "Best platform for your image needs - FREE"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}  |  |