TheImageKIT
One stop Platform offering most popular image operations.
Apa itu TheImageKIT?
TheImageKIT adalah ekstensi Chrome yang dikembangkan oleh https://theimagekit.com, dan fitur utamanya adalah "One stop Platform offering most popular image operations.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TheImageKIT
Unduh file ekstensi TheImageKIT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | TheImageKIT |
ID | goobnaojcfnieodhifhhobimonpgffeo |
URL Resmi | https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo |
Deskripsi | One stop Platform offering most popular image operations. |
Ukuran File | 4.31 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-04-19 |
Tanggal Publikasi | 2020-04-19 |
Pengembang | https://theimagekit.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://theimagekit.com |
Bahasa yang Didukung | 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 } |