Imgur Uploader

Paste images into the textbox to upload it to Imgur

Imgur Uploader là gì?

Imgur Uploader là một tiện ích mở rộng Chrome được phát triển bởi ianwitherow, và tính năng chính của nó là "Paste images into the textbox to upload it to Imgur".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Imgur 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

                        Uploads images to imgur.

You can paste an image (from a screen capture tool, for example), drag and drop, or browse for the file.                    

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

Tên Imgur Uploader Imgur Uploader
ID andmkloglbglamchnakinmfdlbjnamgp
URL Chính Thức https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp
Mô tả Paste images into the textbox to upload it to Imgur
Kích Thước Tệp 296 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.0.1.13
Cập Nhật Lần Cuối 2016-03-15
Ngày Phát Hành 2016-03-15
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ianwitherow
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Paste images into the textbox to upload it to Imgur",
    "manifest_version": 2,
    "icons": {
        "128": ".\/images\/Imgur_Logo_Icon.png",
        "16": ".\/images\/Imgur_Logo_Icon.png",
        "48": ".\/images\/Imgur_Logo_Icon.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/Imgur_Logo_Icon.png",
        "default_title": "Imgur Uploader",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "6.0.472",
    "name": "Imgur Uploader",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.1.13"
}