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.

¿Qué es Imgup.io remote uploader?

Imgup.io remote uploader es una extensión de Chrome desarrollada por http://imgup.io, y su función principal es "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Imgup.io remote uploader

Descarga archivos de extensión Imgup.io remote uploader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Imgup.io remote uploader Imgup.io remote uploader
ID gnhkahfmikapdcfnmbclobpembneonfn
URL Oficial https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn
Descripción This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.
Tamaño del Archivo 156 KB
Cantidad de Instalaciones 24
Versión Actual 1.0
Última Actualización 2015-01-04
Fecha de Publicación 2015-01-04
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador http://imgup.io
Tipo de Pago free
Sitio Web de la Extensión http://imgup.io
URL de la Página de Ayuda http://imgup.io/contact
Idiomas Soportados 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"
        ]
    }
}