TheImageKIT
One stop Platform offering most popular image operations.
¿Qué es TheImageKIT?
TheImageKIT es una extensión de Chrome desarrollada por https://theimagekit.com, y su función principal es "One stop Platform offering most popular image operations.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TheImageKIT
Descarga archivos de extensión TheImageKIT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | TheImageKIT |
ID | goobnaojcfnieodhifhhobimonpgffeo |
URL Oficial | https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo |
Descripción | One stop Platform offering most popular image operations. |
Tamaño del Archivo | 4.31 KB |
Cantidad de Instalaciones | 56 |
Versión Actual | 1.0 |
Última Actualización | 2020-04-19 |
Fecha de Publicación | 2020-04-19 |
Desarrollador | https://theimagekit.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://theimagekit.com |
Idiomas Soportados | 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 } |