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

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

확장 프로그램 사용 설명서

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