Shav

Translates webpage text from Latin alphabet to Shavian.

Shav란 무엇입니까?

Shav은(는) Eric Roshan-Eisner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translates webpage text from Latin alphabet to Shavian."입니다.

확장 프로그램 스크린샷

screenshot

Shav 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Practice your Shavian reading comprehension on your favorite sites, or even your inbox. One click translates all text on the page. See https://en.wikipedia.org/wiki/Shavian_alphabet for the basics.

This tool combines the pronunciation data from American-accented CMUdict and English-accented Britfone. Each of these dialects merges some sounds, so this tool gets finer details from the other. It can make notable distinctions such as: Mary-marry-merry (𐑥𐑺𐑦-𐑥𐑨𐑮𐑦-𐑥𐑧𐑮𐑦), cot-caught-court (𐑒𐑪𐑑-𐑒𐑷𐑑-𐑒𐑹𐑑), and bother-father-farther (𐑚𐑪𐑞𐑼-𐑓𐑭𐑞𐑼-𐑓𐑸𐑞𐑼).
See https://shavian.info/spelling for more details.                    

확장 프로그램 기본 정보

이름 Shav Shav
ID imjgdclodeedplifbkkcfgmbabcnkfid
공식 URL https://chromewebstore.google.com/detail/shav/imjgdclodeedplifbkkcfgmbabcnkfid
설명 Translates webpage text from Latin alphabet to Shavian.
파일 크기 771 KB
설치 횟수 73
현재 버전 1.0.1
최근 업데이트 2020-04-16
출시 날짜 2020-04-15
평점 4.00/5 총 2 개의 평점
개발자 Eric Roshan-Eisner
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://gamfe.dns.navy:12345/shav
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shav",
    "description": "Translates webpage text from Latin alphabet to Shavian.",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Translate the page to the Shavian alphabet (Alt+Shift+O)"
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Translate the page to the Shavian alphabet",
            "suggested_key": {
                "default": "Shift+Alt+O"
            }
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png",
        "192": "icon192.png",
        "512": "icon512.png"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "dict.json"
    ]
}