Text to Image
Provides an easy way to create image out of texts.
什麼是Text to Image?
Text to Image是由rroberto.rruiz開發的Chrome擴展程式,該擴展的主要功能是“Provides an easy way to create image out of texts.”。
擴展截圖
下載Text to Image擴展crx文件
下載Text to Image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | pgmlninbkpmnohpniomflhdpjapkiida |
官方網址 | https://chrome.google.com/webstore/detail/text-to-image/pgmlninbkpmnohpniomflhdpjapkiida |
簡介 | Provides an easy way to create image out of texts. |
檔案大小 | 102 KB |
安裝次數 | 32 |
目前版本 | 1.0.1 |
更新時間 | 2017-07-06 |
上架時間 | 2017-07-06 |
評分 | 5.00/5 共 2 次評分 |
開發者 | rroberto.rruiz |
付費類型 | free |
擴展官網 | https://github.com/mortaldraw/FuriganaToImageChrome |
支援的語言 | 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" ] } |