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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| 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
} | |