TheImageKIT
One stop Platform offering most popular image operations.
Cos'è TheImageKIT?
TheImageKIT è un'estensione di Chrome sviluppata da https://theimagekit.com, e la sua funzione principale è "One stop Platform offering most popular image operations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TheImageKIT
Scarica i file di estensione TheImageKIT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | TheImageKIT |
ID | goobnaojcfnieodhifhhobimonpgffeo |
URL Ufficiale | https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo |
Descrizione | One stop Platform offering most popular image operations. |
Dimensione del File | 4.31 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-04-19 |
Data di Pubblicazione | 2020-04-19 |
Sviluppatore | https://theimagekit.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://theimagekit.com |
Lingue Supportate | 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 } |