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文件

下載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
官方網址 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"
        ]
    }
}