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.

Hvad er Imgup.io remote uploader?

Imgup.io remote uploader er en Chrome-udvidelse udviklet af http://imgup.io, og dens hovedfunktion er "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Imgup.io remote uploader-udvidelses-CRX-fil

Download Imgup.io remote uploader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Imgup.io remote uploader Imgup.io remote uploader
ID gnhkahfmikapdcfnmbclobpembneonfn
Officiel URL https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn
Beskrivelse This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.
Filstørrelse 156 KB
Antal Installationer 24
Nuværende Version 1.0
Senest Opdateret 2015-01-04
Udgivelsesdato 2015-01-04
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler http://imgup.io
Betalingsmetode free
Udvidelseswebsted http://imgup.io
Hjælpeside-URL http://imgup.io/contact
Understøttede Sprog 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"
        ]
    }
}