IMAGE.cx Uploader
Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!
IMAGE.cx Uploader란 무엇입니까?
IMAGE.cx Uploader은(는) https://image.cx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!"입니다.
확장 프로그램 스크린샷
IMAGE.cx Uploader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Right-click the image, simply click the upload button, then you get to save this image onto your image.cx account! Also, you can capture the entire webpage or the visual part of the webpage, download it or save it into your image.cx account!! Please make sure that you select the correct button to upload(NSFW Upload or Normal Upload). Update Release v1.1.3 : 1. NSFW Upload option added in content menu and webpage capture previewer. 2. Optimized the CSS of the popup box. 3. Renew the content of the popup box. Important: This extension requires logging in at image.cx
확장 프로그램 기본 정보
이름 | IMAGE.cx Uploader |
ID | omnpckhepjoooklhgainemmcflbklddc |
공식 URL | https://chromewebstore.google.com/detail/imagecx-uploader/omnpckhepjoooklhgainemmcflbklddc |
설명 | Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!! |
파일 크기 | 185 KB |
설치 횟수 | 44 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2020-05-04 |
출시 날짜 | 2020-05-01 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://image.cx |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://image.cx |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMAGE.cx Uploader", "homepage_url": "https:\/\/image.cx\/", "short_name": "IMAGE.cx Uploader", "description": "Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!", "version": "1.1.3", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "pages\/popup.html" }, "permissions": [ "contextMenus", "activeTab", "notifications", "storage" ], "background": { "scripts": [ "js\/jquery.js", "js\/upload.js", "js\/background.js" ] }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ " |