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