Text to Image
Provides an easy way to create image out of texts.
Cos'è Text to Image?
Text to Image è un'estensione di Chrome sviluppata da rroberto.rruiz, e la sua funzione principale è "Provides an easy way to create image out of texts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Text to Image
Scarica i file di estensione Text to Image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pgmlninbkpmnohpniomflhdpjapkiida |
URL Ufficiale | https://chrome.google.com/webstore/detail/text-to-image/pgmlninbkpmnohpniomflhdpjapkiida |
Descrizione | Provides an easy way to create image out of texts. |
Dimensione del File | 102 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-07-06 |
Data di Pubblicazione | 2017-07-06 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | rroberto.rruiz |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mortaldraw/FuriganaToImageChrome |
Lingue Supportate | 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" ] } |