Tengwar Transcriber for Chrome

Transcribes any web site's text into Tengwar

Tengwar Transcriber for Chromeとは何ですか?

Tengwar Transcriber for ChromeはBraden Shepherdsonによって開発されたChromeの拡張機能で、その主な機能は「Transcribes any web site's text into Tengwar」です。

拡張機能のスクリーンショット

screenshot

Tengwar Transcriber for Chrome拡張機能のCRXファイルをダウンロード

Tengwar Transcriber for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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"
    }
}