Text to Image Converter
Convert text to picture with a unique background image.
Text to Image Converter란 무엇입니까?
Text to Image Converter은(는) https://worldaddons.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert text to picture with a unique background image."입니다.
확장 프로그램 스크린샷
Text to Image Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The "Text to Image Converter" extension transforms any text into an image file. Open the plugin's interface, type your desired text, and apply formatting using the top toolbar. You may also add a background picture or color to the text field. Once you've finished, hit - Convert - on the bottom right hand side of the screen to save your work as a PNG file on your computer. The installation location is determined by where you installed Pixlr Express 2 On Your PC earlier in this guide.) The image displayed in your browser's title bar is not the desired size. You may notice that it fits very well for most webpages and blogs, but it won't work for all websites. If you wish to change the size of this addon's interface, be sure to reduce its width or height as needed (but not both). This add-on utilizes an opensource library called html2canvas to convert an HTML element into a picture.
확장 프로그램 기본 정보
이름 | Text to Image Converter |
ID | lpklimaihcbbloljjkpnpdgchkkgipib |
공식 URL | https://chromewebstore.google.com/detail/text-to-image-converter/lpklimaihcbbloljjkpnpdgchkkgipib |
설명 | Convert text to picture with a unique background image. |
파일 크기 | 271 KB |
설치 횟수 | 119 |
현재 버전 | 0.1 |
최근 업데이트 | 2022-05-21 |
출시 날짜 | 2022-05-20 |
평점 | 4.94/5 총 17 개의 평점 |
개발자 | https://worldaddons.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://worldaddons.com/text-to-image-converter/ |
도움말 페이지 URL | https://worldaddons.com/contact/ |
개인정보 보호 정책 페이지 URL | https://worldaddons.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "Text to Image Converter", "short_name": "text-to-image-converter", "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/worldaddons.com\/text-to-image-converter\/", "description": "Convert text to picture with a unique background image.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Text to Image Converter", "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png" } }, "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" } } |