Upload To picBox

Upload an image to the free picBox service.

O que é Upload To picBox?

Upload To picBox é uma extensão do Chrome desenvolvida por http://picbox.us, e sua principal característica é "Upload an image to the free picBox service.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Upload To picBox

Baixe arquivos de extensão Upload To picBox 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

                        picBox enables you to share text, images, screen snips, full-screen and multi-monitor screen captures effortlessly and seamlessly to anyone on the internet.

The Upload to picBox extension is just another feature-set of the full picBox project, allowing you to right click and share images you find around the internet, as well as upload pictures from your computer directly to our secure servers, returning a text link into your clipboard.

We are dedicated to bringing you a great experience, and welcome any and all constructive feedback we recieve!

More information about picBox and its products can be found at https://picbox.us                    

Informações Básicas da Extensão

Nome Upload To picBox Upload To picBox
ID oogdogaijchgbmakknkjcmimfgdpodil
URL Oficial https://chrome.google.com/webstore/detail/upload-to-picbox/oogdogaijchgbmakknkjcmimfgdpodil
Descrição Upload an image to the free picBox service.
Tamanho do Arquivo 20.7 KB
Contagem de Instalações 36
Versão Atual 2.5.0
Última Atualização 2013-04-13
Data de Publicação 2013-04-13
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor http://picbox.us
Tipo de Pagamento free
Site da Extensão https://picbox.us
Idiomas Suportados en
manifest.json
{
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "upload.html",
        "default_title": "Upload To picBox"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Upload an image to the free picBox service.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Upload To picBox",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "version": "2.5.0"
}