Tengwar Transcriber for Chrome
Transcribes any web site's text into Tengwar
Tengwar Transcriber for Chrome क्या है?
Tengwar Transcriber for Chrome Braden Shepherdson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transcribes any web site's text into Tengwar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tengwar Transcriber for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension converts the text on any web page into Tengwar. It includes the Tengwar Annatar font, so you don't need any fonts installed on your computer for this extension to work. This extension is a "page action", meaning that it can process all the text on the page, it can't connect to the network, and so can't do anything nefarious.
एक्सटेंशन की मूल जानकारी
नाम | Tengwar Transcriber for Chrome |
ID | koeoodbheaonpfelgijdefgdnpchgckp |
आधिकारिक URL | https://chromewebstore.google.com/detail/tengwar-transcriber-for-c/koeoodbheaonpfelgijdefgdnpchgckp |
विवरण | Transcribes any web site's text into Tengwar |
फ़ाइल का आकार | 889 KB |
स्थापना संख्या | 171 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2020-03-05 |
प्रकाशन तिथि | 2020-03-04 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | Braden Shepherdson |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tengwar Transcriber for Chrome", "version": "0.1", "description": "Transcribes any web site's text into Tengwar", "manifest_version": 2, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Tengwar Transcriber" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "fonts\/*.ttf" ], "icons": { "16": "tengwar-icon16.png", "32": "tengwar-icon32.png", "48": "tengwar-icon48.png", "64": "tengwar-icon64.png", "128": "tengwar-icon128.png", "256": "tengwar-icon256.png" } } |