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"
}