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.
Apa itu Imgup.io remote uploader?
Imgup.io remote uploader adalah ekstensi Chrome yang dikembangkan oleh http://imgup.io, dan fitur utamanya adalah "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Imgup.io remote uploader
Unduh file ekstensi Imgup.io remote uploader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | gnhkahfmikapdcfnmbclobpembneonfn |
URL Resmi | https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn |
Deskripsi | This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share. |
Ukuran File | 156 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-01-04 |
Tanggal Publikasi | 2015-01-04 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | http://imgup.io |
Tipe Pembayaran | free |
Situs Ekstensi | http://imgup.io |
URL Halaman Bantuan | http://imgup.io/contact |
Bahasa yang Didukung | 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" ] } } |