Image2Base64
Convert images to base64 data URIs
Image2Base64란 무엇입니까?
Image2Base64은(는) http://wemakesites.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert images to base64 data URIs"입니다.
확장 프로그램 스크린샷
Image2Base64 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Image2Base64 is an online tool, provided by Acid.JS Web.UI for conversion of image files to base64 data URIs. It implements the new HTML5 file API, and the selected images are processed entirely on the client without uploading them onto the server.
확장 프로그램 기본 정보
이름 | |
ID | mnmcaoeigcikpnnebhdfblfmobfekkgl |
공식 URL | https://chrome.google.com/webstore/detail/image2base64/mnmcaoeigcikpnnebhdfblfmobfekkgl |
설명 | Convert images to base64 data URIs |
파일 크기 | 26.01 KB |
설치 횟수 | 87 |
현재 버전 | 1.3 |
최근 업데이트 | 2012-11-10 |
출시 날짜 | 2012-11-10 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://wemakesites.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://image2base64.wemakesites.net/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image2Base64", "description": "Convert images to base64 data URIs", "version": "1.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Convert images to base64 data URIs", "default_icon": "icon.png" }, "manifest_version": 2 } |