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.

Cos'è Imgup.io remote uploader?

Imgup.io remote uploader è un'estensione di Chrome sviluppata da http://imgup.io, e la sua funzione principale è "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Imgup.io remote uploader

Scarica i file di estensione Imgup.io remote uploader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Imgup.io remote uploader Imgup.io remote uploader
ID gnhkahfmikapdcfnmbclobpembneonfn
URL Ufficiale https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn
Descrizione This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.
Dimensione del File 156 KB
Conteggio Installazioni 24
Versione Corrente 1.0
Ultimo Aggiornamento 2015-01-04
Data di Pubblicazione 2015-01-04
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://imgup.io
Tipo di Pagamento free
Sito Web dell'Estensione http://imgup.io
URL della Pagina di Aiuto http://imgup.io/contact
Lingue Supportate 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"
        ]
    }
}