Image Paster
Uploads any image you paste to Imgur, so that you can use the url easier.
Image Paster란 무엇입니까?
Image Paster은(는) HJK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Uploads any image you paste to Imgur, so that you can use the url easier."입니다.
확장 프로그램 스크린샷
Image Paster 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically convert images that you copy into URLs. When you click the extension, any image in your clipboard is replaced with a URL for that image. Use in a variety of sites where images are not allowed, but text (and URLs) can be pasted. (This extension uses the Imgur API to upload and store images online, which means that your images may be public.)
확장 프로그램 기본 정보
이름 | Image Paster |
ID | dhmfebagkgpcndgfichibdkokoihdgdf |
공식 URL | https://chromewebstore.google.com/detail/image-paster/dhmfebagkgpcndgfichibdkokoihdgdf |
설명 | Uploads any image you paste to Imgur, so that you can use the url easier. |
파일 크기 | 24.78 KB |
설치 횟수 | 43 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-07-30 |
출시 날짜 | 2021-07-30 |
개발자 | HJK |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Paster", "description": "Uploads any image you paste to Imgur, so that you can use the url easier.", "version": "0.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "clipboardRead", "clipboardWrite" ], "action": { "default_title": "Click me to get a url of your image", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |