TheImageKIT

One stop Platform offering most popular image operations.

Vad är TheImageKIT?

TheImageKIT är en Chrome-tillägg utvecklad av https://theimagekit.com, och dess huvudfunktion är "One stop Platform offering most popular image operations.".

Tilläggsskärmbilder

screenshot

Ladda ner TheImageKIT-förlängningens CRX-fil

Ladda ner TheImageKIT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TheImageKIT TheImageKIT
ID goobnaojcfnieodhifhhobimonpgffeo
Officiell webbadress https://chromewebstore.google.com/detail/theimagekit/goobnaojcfnieodhifhhobimonpgffeo
Beskrivning One stop Platform offering most popular image operations.
Filstorlek 4.31 KB
Antal Installationer 56
Aktuell Version 1.0
Senast Uppdaterad 2020-04-19
Publiceringsdatum 2020-04-19
Utvecklare https://theimagekit.com
Betalningssätt free
Tilläggswebbplats https://theimagekit.com
Stödda Språk 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
}