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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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