Imgup.io remote uploader

This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.

Imgup.io remote uploader là gì?

Imgup.io remote uploader là một tiện ích mở rộng Chrome được phát triển bởi http://imgup.io, và tính năng chính của nó là "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.".

Ả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 Imgup.io remote uploader

Tải xuống các tệp mở rộng Imgup.io remote uploader 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

                        This Chrome extension will enable you to right-click on images and immediately uploaded them to http://imgup.io - the free image hosting website. From there, you'll be able to share your image wherever you like.

Some websites have hot-linking protection, which will stop you from sharing there content. This extension also eliminates the need to download an image to your computer, find a host and upload it.                    

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

Tên Imgup.io remote uploader Imgup.io remote uploader
ID gnhkahfmikapdcfnmbclobpembneonfn
URL Chính Thức https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn
Mô tả This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.
Kích Thước Tệp 156 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-01-04
Ngày Phát Hành 2015-01-04
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://imgup.io
Loại Thanh Toán free
Trang Web Mở Rộng http://imgup.io
URL Trang Trợ Giúp http://imgup.io/contact
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "manifest_version": 2,
    "name": "Imgup.io remote uploader",
    "description": "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.",
    "version": "1.0",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "img\/favicon.png"
    },
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/imgup.io",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}