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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}