Upload To picBox

Upload an image to the free picBox service.

什么是Upload To picBox?

Upload To picBox是由http://picbox.us开发的Chrome扩展程序,该扩展的主要功能是“Upload an image to the free picBox service.”。

扩展截图

screenshot
screenshot

下载Upload To picBox扩展crx文件

下载Upload To picBox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Upload To picBox Upload To picBox
ID oogdogaijchgbmakknkjcmimfgdpodil
官方URL https://chrome.google.com/webstore/detail/upload-to-picbox/oogdogaijchgbmakknkjcmimfgdpodil
简介 Upload an image to the free picBox service.
文件大小 20.7 KB
安装次数 36
当前版本 2.5.0
更新时间 2013-04-13
上架时间 2013-04-13
评分 5.00/5 共10次评分
开发者 http://picbox.us
付费类型 free
扩展官网 https://picbox.us
支持的语言 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"
}