Imgur Uploader

Paste images into the textbox to upload it to Imgur

O que é Imgur Uploader?

Imgur Uploader é uma extensão do Chrome desenvolvida por ianwitherow, e sua principal característica é "Paste images into the textbox to upload it to Imgur".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Imgur Uploader

Baixe arquivos de extensão Imgur 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

                        Uploads images to imgur.

You can paste an image (from a screen capture tool, for example), drag and drop, or browse for the file.                    

Informações Básicas da Extensão

Nome Imgur Uploader Imgur Uploader
ID andmkloglbglamchnakinmfdlbjnamgp
URL Oficial https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp
Descrição Paste images into the textbox to upload it to Imgur
Tamanho do Arquivo 296 KB
Contagem de Instalações 110
Versão Atual 1.0.1.13
Última Atualização 2016-03-15
Data de Publicação 2016-03-15
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor ianwitherow
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Paste images into the textbox to upload it to Imgur",
    "manifest_version": 2,
    "icons": {
        "128": ".\/images\/Imgur_Logo_Icon.png",
        "16": ".\/images\/Imgur_Logo_Icon.png",
        "48": ".\/images\/Imgur_Logo_Icon.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/Imgur_Logo_Icon.png",
        "default_title": "Imgur Uploader",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "6.0.472",
    "name": "Imgur Uploader",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.1.13"
}