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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } } |