Tengwar Transcriber for Chrome

Transcribes any web site's text into Tengwar

Qu'est-ce que Tengwar Transcriber for Chrome ?

Tengwar Transcriber for Chrome est une extension Chrome développée par Braden Shepherdson, et sa fonction principale est "Transcribes any web site's text into Tengwar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tengwar Transcriber for Chrome

Téléchargez les fichiers d'extension Tengwar Transcriber for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tengwar Transcriber for Chrome Tengwar Transcriber for Chrome
ID koeoodbheaonpfelgijdefgdnpchgckp
URL Officiel https://chromewebstore.google.com/detail/tengwar-transcriber-for-c/koeoodbheaonpfelgijdefgdnpchgckp
Description Transcribes any web site's text into Tengwar
Taille du Fichier 889 KB
Nombre d'Installations 171
Version Actuelle 0.1
Dernière Mise à Jour 2020-03-05
Date de Publication 2020-03-04
Évaluation 4.00/5 Total 3 Évaluations
Développeur Braden Shepherdson
Type de Paiement free
Langues Prises en Charge 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"
    }
}