TheImageKIT
One stop Platform offering most popular image operations.
Was ist TheImageKIT?
TheImageKIT ist eine Chrome-Erweiterung, die von https://theimagekit.com entwickelt wurde, und ihr Hauptmerkmal ist "One stop Platform offering most popular image operations.".
Erweiterungsscreenshots
TheImageKIT-Erweiterungs-CRX-Datei herunterladen
Laden Sie TheImageKIT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | goobnaojcfnieodhifhhobimonpgffeo |
| Offizielle URL | https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo |
| Beschreibung | One stop Platform offering most popular image operations. |
| Dateigröße | 4.31 KB |
| Installationsanzahl | 56 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2020-04-19 |
| Veröffentlichungsdatum | 2020-04-19 |
| Entwickler | https://theimagekit.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://theimagekit.com |
| Unterstützte Sprachen | 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
} | |