Reddit->Imgur Uploader

Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab

Reddit->Imgur Uploader là gì?

Reddit->Imgur Uploader là một tiện ích mở rộng Chrome được phát triển bởi David Sawyer, và tính năng chính của nó là "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab                    

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

Tên Reddit->Imgur Uploader Reddit->Imgur Uploader
ID fndiemcjdkappmpjjaffjaogbfhkkiko
URL Chính Thức https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko
Mô tả Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.5.3
Cập Nhật Lần Cuối 2023-07-19
Ngày Phát Hành 2017-02-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển David Sawyer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/davidsawyer/reddit-imgur-uploader
URL Trang Trợ Giúp https://github.com/davidsawyer/reddit-imgur-uploader/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit->Imgur Uploader",
    "description": "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab",
    "version": "0.5.3",
    "author": "David Sawyer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imgur.com\/*",
                "*:\/\/*.reddit.com\/submit",
                "*:\/\/*.reddit.com\/submit?*",
                "*:\/\/*.reddit.com\/submit\/*",
                "*:\/\/*.reddit.com\/*\/submit",
                "*:\/\/*.reddit.com\/*\/submit?*",
                "*:\/\/*.reddit.com\/*\/submit\/*",
                "*:\/\/*.reddit.com\/message",
                "*:\/\/*.reddit.com\/message?*",
                "*:\/\/*.reddit.com\/message\/*",
                "*:\/\/*.reddit.com\/*\/comments\/*"
            ],
            "css": [
                "dist\/core.css"
            ],
            "js": [
                "dist\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "dist\/images\/*"
    ],
    "icons": {
        "16": "dist\/images\/icon32.png",
        "48": "dist\/images\/icon96.png",
        "128": "dist\/images\/icon256.png",
        "256": "dist\/images\/icon512.png"
    }
}