TheImageKIT

One stop Platform offering most popular image operations.

Co je TheImageKIT?

TheImageKIT je rozšíření Chrome vyvinuté https://theimagekit.com, a jeho hlavní funkcí je „One stop Platform offering most popular image operations.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TheImageKIT

Stáhněte si soubory rozšíření TheImageKIT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název TheImageKIT TheImageKIT
ID goobnaojcfnieodhifhhobimonpgffeo
Oficiální URL https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo
Popis One stop Platform offering most popular image operations.
Velikost souboru 4.31 KB
Počet instalací 56
Aktuální Verze 1.0
Poslední Aktualizace 2020-04-19
Datum Vydání 2020-04-19
Vývojář https://theimagekit.com
Typ Platby free
Webové stránky Rozšíření https://theimagekit.com
Podporované Jazyky 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
}