Tengwar Transcriber for Chrome

Transcribes any web site's text into Tengwar

What is Tengwar Transcriber for Chrome?

Tengwar Transcriber for Chrome is a Chrome extension developed by Braden Shepherdson, and its main feature is "Transcribes any web site's text into Tengwar".

Extension Screenshots

screenshot

Download Tengwar Transcriber for Chrome Extension CRX File

Download Tengwar Transcriber for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tengwar Transcriber for Chrome Tengwar Transcriber for Chrome
ID koeoodbheaonpfelgijdefgdnpchgckp
Official URL https://chromewebstore.google.com/detail/tengwar-transcriber-for-c/koeoodbheaonpfelgijdefgdnpchgckp
Description Transcribes any web site's text into Tengwar
File Size 889 KB
Installation Count 171
Current Version 0.1
Last Updated 2020-03-05
Publish Date 2020-03-04
Rating 4.00/5 Total 3 Ratings
Developer Braden Shepherdson
Payment Type free
Supported Languages 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"
    }
}