Imgur Uploader

Paste images into the textbox to upload it to Imgur

Imgur Uploaderคืออะไร?

Imgur Uploader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ianwitherow และคุณลักษณะหลักของมันคือ "Paste images into the textbox to upload it to Imgur"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Imgur Uploader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Uploads images to imgur.

You can paste an image (from a screen capture tool, for example), drag and drop, or browse for the file.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Imgur Uploader Imgur Uploader
ID andmkloglbglamchnakinmfdlbjnamgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp
คำอธิบาย Paste images into the textbox to upload it to Imgur
ขนาดไฟล์ 296 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 1.0.1.13
อัปเดตครั้งล่าสุด 2016-03-15
วันที่เผยแพร่ 2016-03-15
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา ianwitherow
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Paste images into the textbox to upload it to Imgur",
    "manifest_version": 2,
    "icons": {
        "128": ".\/images\/Imgur_Logo_Icon.png",
        "16": ".\/images\/Imgur_Logo_Icon.png",
        "48": ".\/images\/Imgur_Logo_Icon.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/Imgur_Logo_Icon.png",
        "default_title": "Imgur Uploader",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "6.0.472",
    "name": "Imgur Uploader",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.1.13"
}