Wiktionary Pronounce Selection

Show pronunciation of selected word from en.wiktionary.org

Wiktionary Pronounce Selectionとは何ですか?

Wiktionary Pronounce SelectionはMehdi Abdelkhalekによって開発されたChromeの拡張機能で、その主な機能は「Show pronunciation of selected word from en.wiktionary.org」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Wiktionary Pronounce Selection拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Check how to pronounce words as you browse.

This extension adds a button in your browser's toolbar. Select a word then click, or click then enter a word, to see/hear how to pronounce it.

You can choose a list of preferred languages, the first one will be used by default.

Pronunciations are provided by https://en.wiktionary.org

This extension is open source with GPLv3 license
https://github.com/mehdi-abdelkhalek/wiktionary-pronounce-selection                    

拡張機能の基本情報

名前 Wiktionary Pronounce Selection Wiktionary Pronounce Selection
ID obdelgcmbklmhimmklkajobdoacfbdpc
公式URL https://chromewebstore.google.com/detail/wiktionary-pronounce-sele/obdelgcmbklmhimmklkajobdoacfbdpc
説明 Show pronunciation of selected word from en.wiktionary.org
ファイルサイズ 75.68 KB
インストール数 196
現在のバージョン 0.4
最終更新日 2023-09-08
公開日 2020-11-09
評価 4.00/5 合計 3 レビュー
開発者 Mehdi Abdelkhalek
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mehdi-abdelkhalek/wiktionary-pronounce-selection
ヘルプページのURL https://github.com/mehdi-abdelkhalek/wiktionary-pronounce-selection/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiktionary Pronounce Selection",
    "version": "0.4",
    "description": "Show pronunciation of selected word from en.wiktionary.org",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Wiktionary Pronounce",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}