TheImageKIT
One stop Platform offering most popular image operations.
什麼是TheImageKIT?
TheImageKIT是由https://theimagekit.com開發的Chrome擴展程式,該擴展的主要功能是“One stop Platform offering most popular image operations.”。
擴展截圖
下載TheImageKIT擴展crx文件
下載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 |
官方網址 | 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 } |