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.

O que é Imgup.io remote uploader?

Imgup.io remote uploader é uma extensão do Chrome desenvolvida por http://imgup.io, e sua principal característica é "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Imgup.io remote uploader

Baixe arquivos de extensão Imgup.io remote uploader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Imgup.io remote uploader Imgup.io remote uploader
ID gnhkahfmikapdcfnmbclobpembneonfn
URL Oficial https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn
Descrição This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.
Tamanho do Arquivo 156 KB
Contagem de Instalações 24
Versão Atual 1.0
Última Atualização 2015-01-04
Data de Publicação 2015-01-04
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor http://imgup.io
Tipo de Pagamento free
Site da Extensão http://imgup.io
URL da Página de Ajuda http://imgup.io/contact
Idiomas Suportados 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"
        ]
    }
}