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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Imgup.io remote uploader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}