Reddit Image Uploader

With this extension you can right click on an image and upload it directly to Reddit.

什么是Reddit Image Uploader?

Reddit Image Uploader是由colinmarsch开发的Chrome扩展程序,该扩展的主要功能是“With this extension you can right click on an image and upload it directly to Reddit.”。

扩展截图

screenshot
screenshot

下载Reddit Image Uploader扩展crx文件

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

扩展使用说明

                        Reddit Image Uploader is a Google Chrome browser extension that allows for the direct upload of images and gifs found on the internet to Reddit. Eliminating the hassle of downloading the image or copying the image's url.

You simply right click on the image/gif that you want to upload and select the "Upload This Image/Gif to Reddit" option. The image is then uploaded to Imgur or Gfycat if it is a gif or video file. By default a direct link to the image on Imgur and the Reddit submit page for that image will open in separate tabs. You can turn off the automatic opening of the image of Imgur in the options page for the extension. Unfortunately, currently the Gfycat page must be opened for the extension to properly retrieve the url of uploaded gif/video.                    

扩展基本信息

名称 Reddit Image Uploader Reddit Image Uploader
ID pnenllbmjkcicocfhcbjifaadeikmmmm
官方URL https://chromewebstore.google.com/detail/reddit-image-uploader/pnenllbmjkcicocfhcbjifaadeikmmmm
简介 With this extension you can right click on an image and upload it directly to Reddit.
文件大小 39.67 KB
安装次数 50
当前版本 0.0.1
更新时间 2017-11-04
上架时间 2017-11-04
评分 5.00/5 共1次评分
开发者 colinmarsch
电子邮箱 [email protected]
付费类型 free
扩展官网 http://colinmarsch.me/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Image Uploader",
    "version": "0.0.1",
    "description": "With this extension you can right click on an image and upload it directly to Reddit.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Reddit Image Uploader",
        "default_icon": {
            "38": "img\/icon38.png"
        }
    },
    "background": {
        "scripts": [
            "js\/jquery-3.0.0.min.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "incognito": "spanning",
    "offline_enabled": false,
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ]
}