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
Freeimage.host Image Uploader란 무엇입니까?
Freeimage.host Image Uploader은(는) http://freeimage.host에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host"입니다.
확장 프로그램 스크린샷
Freeimage.host Image Uploader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | kgnlhgbjaebblellaillgfpkfdgalkek |
공식 URL | https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek |
설명 | Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host |
파일 크기 | 55.38 KB |
설치 횟수 | 125 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-09-09 |
출시 날짜 | 2019-09-09 |
개발자 | http://freeimage.host |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://freeimage.host |
개인정보 보호 정책 페이지 URL | https://photoland.io/page/privacy |
지원되는 언어 | 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" ] } |