Tengwar Transcriber for Chrome

Transcribes any web site's text into Tengwar

Co je Tengwar Transcriber for Chrome?

Tengwar Transcriber for Chrome je rozšíření Chrome vyvinuté Braden Shepherdson, a jeho hlavní funkcí je „Transcribes any web site's text into Tengwar“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Tengwar Transcriber for Chrome

Stáhněte si soubory rozšíření Tengwar Transcriber for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tengwar Transcriber for Chrome Tengwar Transcriber for Chrome
ID koeoodbheaonpfelgijdefgdnpchgckp
Oficiální URL https://chromewebstore.google.com/detail/tengwar-transcriber-for-c/koeoodbheaonpfelgijdefgdnpchgckp
Popis Transcribes any web site's text into Tengwar
Velikost souboru 889 KB
Počet instalací 171
Aktuální Verze 0.1
Poslední Aktualizace 2020-03-05
Datum Vydání 2020-03-04
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář Braden Shepherdson
Typ Platby free
Podporované Jazyky 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"
    }
}