Reddit->Imgur Uploader

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

什么是Reddit->Imgur Uploader?

Reddit->Imgur Uploader是由David Sawyer开发的Chrome扩展程序,该扩展的主要功能是“Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Reddit->Imgur Uploader扩展crx文件

下载Reddit->Imgur Uploader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Reddit->Imgur Uploader Reddit->Imgur Uploader
ID fndiemcjdkappmpjjaffjaogbfhkkiko
官方URL https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko
简介 Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
文件大小 1.27 MB
安装次数 77
当前版本 0.5.3
更新时间 2023-07-19
上架时间 2017-02-08
评分 5.00/5 共3次评分
开发者 David Sawyer
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/davidsawyer/reddit-imgur-uploader
帮助页面URL https://github.com/davidsawyer/reddit-imgur-uploader/issues
支持的语言 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"
    }
}