Imgur Uploader
Paste images into the textbox to upload it to Imgur
Co to jest Imgur Uploader?
Imgur Uploader to rozszerzenie Chrome opracowane przez ianwitherow, a jego główną funkcją jest „Paste images into the textbox to upload it to Imgur”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Imgur Uploader
Pobierz pliki rozszerzeń Imgur 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
Uploads images to imgur. You can paste an image (from a screen capture tool, for example), drag and drop, or browse for the file.
Podstawowe informacje o rozszerzeniu
Nazwa | Imgur Uploader |
ID | andmkloglbglamchnakinmfdlbjnamgp |
Oficjalny URL | https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp |
Opis | Paste images into the textbox to upload it to Imgur |
Rozmiar pliku | 296 KB |
Liczba instalacji | 110 |
Aktualna Wersja | 1.0.1.13 |
Ostatnia Aktualizacja | 2016-03-15 |
Data Publikacji | 2016-03-15 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | ianwitherow |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Paste images into the textbox to upload it to Imgur", "manifest_version": 2, "icons": { "128": ".\/images\/Imgur_Logo_Icon.png", "16": ".\/images\/Imgur_Logo_Icon.png", "48": ".\/images\/Imgur_Logo_Icon.png" }, "browser_action": { "default_icon": ".\/images\/Imgur_Logo_Icon.png", "default_title": "Imgur Uploader", "default_popup": "popup.html" }, "minimum_chrome_version": "6.0.472", "name": "Imgur Uploader", "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.1.13" } |