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
官方網址 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"
    }
}