Imgup.io remote uploader

This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.

Co je Imgup.io remote uploader?

Imgup.io remote uploader je rozšíření Chrome vyvinuté http://imgup.io, a jeho hlavní funkcí je „This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Imgup.io remote uploader

Stáhněte si soubory rozšíření Imgup.io remote 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í

                        This Chrome extension will enable you to right-click on images and immediately uploaded them to http://imgup.io - the free image hosting website. From there, you'll be able to share your image wherever you like.

Some websites have hot-linking protection, which will stop you from sharing there content. This extension also eliminates the need to download an image to your computer, find a host and upload it.                    

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

Název Imgup.io remote uploader Imgup.io remote uploader
ID gnhkahfmikapdcfnmbclobpembneonfn
Oficiální URL https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn
Popis This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.
Velikost souboru 156 KB
Počet instalací 24
Aktuální Verze 1.0
Poslední Aktualizace 2015-01-04
Datum Vydání 2015-01-04
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář http://imgup.io
Typ Platby free
Webové stránky Rozšíření http://imgup.io
URL Stránky Nápovědy http://imgup.io/contact
Podporované Jazyky en-GB
manifest.json
{
    "manifest_version": 2,
    "name": "Imgup.io remote uploader",
    "description": "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.",
    "version": "1.0",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "img\/favicon.png"
    },
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/imgup.io",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}