Upload to Imgur

When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.

Upload to Imgur là gì?

Upload to Imgur là một tiện ích mở rộng Chrome được phát triển bởi b3zman41, và tính năng chính của nó là "When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.".

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

screenshot

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

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

                        When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.                    

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

Tên Upload to Imgur Upload to Imgur
ID kedcacdiooafipfmpdgdjaaekkdnhibn
URL Chính Thức https://chrome.google.com/webstore/detail/upload-to-imgur/kedcacdiooafipfmpdgdjaaekkdnhibn
Mô tả When you right click an image, a context menu will appear allowing you to upload the image directly to imgur.
Kích Thước Tệp 679 KB
Số Lần Cài Đặt 857
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2015-02-27
Ngày Phát Hành 2015-02-27
Đánh Giá 3.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển b3zman41
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Upload to Imgur",
    "version": "2.2",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "imgur_16.png",
        "128": "imgur_128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "main.js",
            "jquery.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ]
}