Freeimage.host Image Uploader
Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host
Co to jest Freeimage.host Image Uploader?
Freeimage.host Image Uploader to rozszerzenie Chrome opracowane przez http://freeimage.host, a jego główną funkcją jest „Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Freeimage.host Image Uploader
Pobierz pliki rozszerzeń Freeimage.host Image 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
Features: - Right click on any image on the web and upload to freeimage.host - "Snipping tool" with automatic upload to freeimage.host A notification with the image URL is presented.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kgnlhgbjaebblellaillgfpkfdgalkek |
Oficjalny URL | https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek |
Opis | Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host |
Rozmiar pliku | 55.38 KB |
Liczba instalacji | 125 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2019-09-09 |
Data Publikacji | 2019-09-09 |
Deweloper | http://freeimage.host |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://freeimage.host |
Adres URL Strony Polityki Prywatności | https://photoland.io/page/privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freeimage.host Image Uploader", "default_locale": "en", "version": "1.1", "description": "__MSG_app_desc__", "icons": { "180": "assets\/img\/180.png", "192": "assets\/img\/192.png" }, "background": { "scripts": [ "assets\/scripts\/jquery.min.js", "assets\/scripts\/app.js", "assets\/scripts\/upload.js", "assets\/scripts\/request.js" ] }, "browser_action": { "default_title": "Freeimage.host Image Uploader", "default_icon": "assets\/img\/icon.png" }, "permissions": [ "*:\/\/*\/*", "activeTab", "clipboardWrite", "contextMenus", "notifications", "storage" ] } |