TheImageKIT

One stop Platform offering most popular image operations.

Qu'est-ce que TheImageKIT ?

TheImageKIT est une extension Chrome développée par https://theimagekit.com, et sa fonction principale est "One stop Platform offering most popular image operations.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TheImageKIT

Téléchargez les fichiers d'extension TheImageKIT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TheImageKIT TheImageKIT
ID goobnaojcfnieodhifhhobimonpgffeo
URL Officiel https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo
Description One stop Platform offering most popular image operations.
Taille du Fichier 4.31 KB
Nombre d'Installations 56
Version Actuelle 1.0
Dernière Mise à Jour 2020-04-19
Date de Publication 2020-04-19
Développeur https://theimagekit.com
Type de Paiement free
Site Web de l'Extension https://theimagekit.com
Langues Prises en Charge 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
}