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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย colinmarsch และคุณลักษณะหลักของมันคือ "With this extension you can right click on an image and upload it directly to Reddit."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Image Uploader

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}