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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Imgup.io remote uploader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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