Imgur Uploader
Paste images into the textbox to upload it to Imgur
Imgur Uploader란 무엇입니까?
Imgur Uploader은(는) ianwitherow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Paste images into the textbox to upload it to Imgur"입니다.
확장 프로그램 스크린샷
Imgur Uploader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Uploads images to imgur. You can paste an image (from a screen capture tool, for example), drag and drop, or browse for the file.
확장 프로그램 기본 정보
이름 | Imgur Uploader |
ID | andmkloglbglamchnakinmfdlbjnamgp |
공식 URL | https://chromewebstore.google.com/detail/imgur-uploader/andmkloglbglamchnakinmfdlbjnamgp |
설명 | Paste images into the textbox to upload it to Imgur |
파일 크기 | 296 KB |
설치 횟수 | 110 |
현재 버전 | 1.0.1.13 |
최근 업데이트 | 2016-03-15 |
출시 날짜 | 2016-03-15 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | ianwitherow |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } |