TheImageKIT
One stop Platform offering most popular image operations.
TheImageKITคืออะไร?
TheImageKIT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://theimagekit.com และคุณลักษณะหลักของมันคือ "One stop Platform offering most popular image operations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TheImageKIT
ดาวน์โหลดไฟล์ส่วนขยาย TheImageKIT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TheImageKIT |
ID | goobnaojcfnieodhifhhobimonpgffeo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo |
คำอธิบาย | One stop Platform offering most popular image operations. |
ขนาดไฟล์ | 4.31 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-04-19 |
วันที่เผยแพร่ | 2020-04-19 |
ผู้พัฒนา | https://theimagekit.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://theimagekit.com |
ภาษาที่รองรับ | 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 } |