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.
Co to jest Imgup.io remote uploader?
Imgup.io remote uploader to rozszerzenie Chrome opracowane przez http://imgup.io, a jego główną funkcją jest „This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Imgup.io remote uploader
Pobierz pliki rozszerzeń Imgup.io remote uploader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gnhkahfmikapdcfnmbclobpembneonfn |
Oficjalny URL | https://chrome.google.com/webstore/detail/imgupio-remote-uploader/gnhkahfmikapdcfnmbclobpembneonfn |
Opis | This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share. |
Rozmiar pliku | 156 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-01-04 |
Data Publikacji | 2015-01-04 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | http://imgup.io |
Typ Płatności | free |
Strona Rozszerzenia | http://imgup.io |
Adres URL Strony Pomocy | http://imgup.io/contact |
Obsługiwane Języki | 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" ] } } |