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