Text to Image
Provides an easy way to create image out of texts.
Text to Image क्या है?
Text to Image rroberto.rruiz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides an easy way to create image out of texts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Text to Image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |