Imgup.io remote uploader

This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.

Imgup.io remote uploaderคืออะไร?

Imgup.io remote uploader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://imgup.io และคุณลักษณะหลักของมันคือ "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imgup.io remote uploader

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

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

                        This Chrome extension will enable you to right-click on images and immediately uploaded them to http://imgup.io - the free image hosting website. From there, you'll be able to share your image wherever you like.

Some websites have hot-linking protection, which will stop you from sharing there content. This extension also eliminates the need to download an image to your computer, find a host and upload it.                    

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

ชื่อ Imgup.io remote uploader Imgup.io remote uploader
ID gnhkahfmikapdcfnmbclobpembneonfn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn
คำอธิบาย This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.
ขนาดไฟล์ 156 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-01-04
วันที่เผยแพร่ 2015-01-04
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://imgup.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://imgup.io
URL หน้าช่วยเหลือ http://imgup.io/contact
ภาษาที่รองรับ en-GB
manifest.json
{
    "manifest_version": 2,
    "name": "Imgup.io remote uploader",
    "description": "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.",
    "version": "1.0",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "img\/favicon.png"
    },
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/imgup.io",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}