Upload To picBox

Upload an image to the free picBox service.

Upload To picBox là gì?

Upload To picBox là một tiện ích mở rộng Chrome được phát triển bởi http://picbox.us, và tính năng chính của nó là "Upload an image to the free picBox service.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Upload To picBox

Tải xuống các tệp mở rộng Upload To picBox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Upload To picBox Upload To picBox
ID oogdogaijchgbmakknkjcmimfgdpodil
URL Chính Thức https://chrome.google.com/webstore/detail/upload-to-picbox/oogdogaijchgbmakknkjcmimfgdpodil
Mô tả Upload an image to the free picBox service.
Kích Thước Tệp 20.7 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 2.5.0
Cập Nhật Lần Cuối 2013-04-13
Ngày Phát Hành 2013-04-13
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển http://picbox.us
Loại Thanh Toán free
Trang Web Mở Rộng https://picbox.us
Ngôn Ngữ Được Hỗ Trợ 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"
}