TheImageKIT
One stop Platform offering most popular image operations.
What is TheImageKIT?
TheImageKIT is a Chrome extension developed by https://theimagekit.com, and its main feature is "One stop Platform offering most popular image operations.".
Extension Screenshots
Download TheImageKIT Extension CRX File
Download TheImageKIT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | TheImageKIT |
ID | goobnaojcfnieodhifhhobimonpgffeo |
Official URL | https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo |
Description | One stop Platform offering most popular image operations. |
File Size | 4.31 KB |
Installation Count | 56 |
Current Version | 1.0 |
Last Updated | 2020-04-19 |
Publish Date | 2020-04-19 |
Developer | https://theimagekit.com |
Payment Type | free |
Extension Website | https://theimagekit.com |
Supported Languages | 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 } |