Text to Image
Provides an easy way to create image out of texts.
Text to Image là gì?
Text to Image là một tiện ích mở rộng Chrome được phát triển bởi rroberto.rruiz, và tính năng chính của nó là "Provides an easy way to create image out of texts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Text to Image
Tải xuống các tệp mở rộng Text to Image dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The main purpose of this extension is to make it easier to write in Furigana (Japanese Kanji with its pronunciation on top) using images, but it can be used for other languages aswell.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pgmlninbkpmnohpniomflhdpjapkiida |
URL Chính Thức | https://chrome.google.com/webstore/detail/text-to-image/pgmlninbkpmnohpniomflhdpjapkiida |
Mô tả | Provides an easy way to create image out of texts. |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-07-06 |
Ngày Phát Hành | 2017-07-06 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | rroberto.rruiz |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mortaldraw/FuriganaToImageChrome |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Image", "description": "Provides an easy way to create image out of texts.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Make an image out of my text!" }, "icons": { "100": "icon.png" }, "permissions": [ "tabs", "storage" ] } |