TheImageKIT
One stop Platform offering most popular image operations.
Wat is TheImageKIT?
TheImageKIT is een Chrome-extensie ontwikkeld door https://theimagekit.com, en de belangrijkste functie is "One stop Platform offering most popular image operations.".
Extensie Screenshots
Download het CRX-bestand van de extensie TheImageKIT
Download TheImageKIT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | TheImageKIT |
ID | goobnaojcfnieodhifhhobimonpgffeo |
Officiële URL | https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo |
Beschrijving | One stop Platform offering most popular image operations. |
Bestandsgrootte | 4.31 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-04-19 |
Publicatiedatum | 2020-04-19 |
Ontwikkelaar | https://theimagekit.com |
Betalingswijze | free |
Extensiewebsite | https://theimagekit.com |
Ondersteunde Talen | 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 } |