Freeimage.host Image Uploader

Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host

Co je Freeimage.host Image Uploader?

Freeimage.host Image Uploader je rozšíření Chrome vyvinuté http://freeimage.host, a jeho hlavní funkcí je „Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Freeimage.host Image Uploader

Stáhněte si soubory rozšíření Freeimage.host Image Uploader 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í

                        Features:
- Right click on any image on the web and upload to freeimage.host
- "Snipping tool" with automatic upload to freeimage.host

A notification with the image URL is presented.                    

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

Název Freeimage.host Image Uploader Freeimage.host Image Uploader
ID kgnlhgbjaebblellaillgfpkfdgalkek
Oficiální URL https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek
Popis Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host
Velikost souboru 55.38 KB
Počet instalací 125
Aktuální Verze 1.1
Poslední Aktualizace 2019-09-09
Datum Vydání 2019-09-09
Vývojář http://freeimage.host
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://freeimage.host
URL Stránky Zásad Ochrany Soukromí https://photoland.io/page/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freeimage.host Image Uploader",
    "default_locale": "en",
    "version": "1.1",
    "description": "__MSG_app_desc__",
    "icons": {
        "180": "assets\/img\/180.png",
        "192": "assets\/img\/192.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/jquery.min.js",
            "assets\/scripts\/app.js",
            "assets\/scripts\/upload.js",
            "assets\/scripts\/request.js"
        ]
    },
    "browser_action": {
        "default_title": "Freeimage.host Image Uploader",
        "default_icon": "assets\/img\/icon.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "storage"
    ]
}