Text to Image
Provides an easy way to create image out of texts.
O que é Text to Image?
Text to Image é uma extensão do Chrome desenvolvida por rroberto.rruiz, e sua principal característica é "Provides an easy way to create image out of texts.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Text to Image
Baixe arquivos de extensão Text to Image no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | pgmlninbkpmnohpniomflhdpjapkiida |
URL Oficial | https://chrome.google.com/webstore/detail/text-to-image/pgmlninbkpmnohpniomflhdpjapkiida |
Descrição | Provides an easy way to create image out of texts. |
Tamanho do Arquivo | 102 KB |
Contagem de Instalações | 32 |
Versão Atual | 1.0.1 |
Última Atualização | 2017-07-06 |
Data de Publicação | 2017-07-06 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | rroberto.rruiz |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mortaldraw/FuriganaToImageChrome |
Idiomas Suportados | 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" ] } |