Phonetify - Phonetic Translator

Translate webpages using phonetic alphabets!

Phonetify - Phonetic Translatorとは何ですか?

Phonetify - Phonetic TranslatorはTim Brownによって開発されたChromeの拡張機能で、その主な機能は「Translate webpages using phonetic alphabets!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Phonetify - Phonetic Translator拡張機能のCRXファイルをダウンロード

Phonetify - Phonetic Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Phonetify translates webpages phonetically.

Phonetify can translate:
From: English, Japanese, Sinhalese, Esperanto
To: Soundscript, IPA, Deseret, Shavian, ARPABET, X-SAMPA                    

拡張機能の基本情報

名前 Phonetify - Phonetic Translator Phonetify - Phonetic Translator
ID ginngbneckjdbhnkgblaccihjheaajbp
公式URL https://chromewebstore.google.com/detail/phonetify-phonetic-transl/ginngbneckjdbhnkgblaccihjheaajbp
説明 Translate webpages using phonetic alphabets!
ファイルサイズ 1.55 MB
インストール数 583
現在のバージョン 1.0.5
最終更新日 2022-10-10
公開日 2020-01-28
評価 4.70/5 合計 10 レビュー
開発者 Tim Brown
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phonetify - Phonetic Translator",
    "description": "Translate webpages using phonetic alphabets!",
    "version": "1.0.5",
    "permissions": [
        "storage",
        "tabs",
        "management"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "json\/*.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 3
}