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 |
官方URL | 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" ] } |