Shav

Translates webpage text from Latin alphabet to Shavian.

Shav क्या है?

Shav Eric Roshan-Eisner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translates webpage text from Latin alphabet to Shavian."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shav एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}