TheImageKIT
One stop Platform offering most popular image operations.
O que é TheImageKIT?
TheImageKIT é uma extensão do Chrome desenvolvida por https://theimagekit.com, e sua principal característica é "One stop Platform offering most popular image operations.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TheImageKIT
Baixe arquivos de extensão TheImageKIT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | TheImageKIT |
ID | goobnaojcfnieodhifhhobimonpgffeo |
URL Oficial | https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo |
Descrição | One stop Platform offering most popular image operations. |
Tamanho do Arquivo | 4.31 KB |
Contagem de Instalações | 56 |
Versão Atual | 1.0 |
Última Atualização | 2020-04-19 |
Data de Publicação | 2020-04-19 |
Desenvolvedor | https://theimagekit.com |
Tipo de Pagamento | free |
Site da Extensão | https://theimagekit.com |
Idiomas Suportados | 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 } |