Shav
Translates webpage text from Latin alphabet to Shavian.
什麼是Shav?
Shav是由Eric Roshan-Eisner開發的Chrome擴展程式,該擴展的主要功能是“Translates webpage text from Latin alphabet to Shavian.”。
擴展截圖
下載Shav擴展crx文件
下載Shav擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | imjgdclodeedplifbkkcfgmbabcnkfid |
官方網址 | 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" ] } |