yomichan

選択したテキストにふりがなを付ける

yomichanとは何ですか?

yomichanはguoweihua1982によって開発されたChromeの拡張機能で、その主な機能は「選択したテキストにふりがなを付ける」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        外国人にとって、日本語のニュースを読む際に、
よく読み方がわからない言葉があると思います。

ニュースなどを読みながら、日本語の勉強をできるために、
選択したテキストにふりがなを付けるアドオンです。                    

拡張機能の基本情報

名前 yomichan yomichan
ID nbfhegiidojdmnahegkphdoabohfmoof
公式URL https://chromewebstore.google.com/detail/yomichan/nbfhegiidojdmnahegkphdoabohfmoof
説明 選択したテキストにふりがなを付ける
ファイルサイズ 14.85 MB
インストール数 2,000
現在のバージョン 1.0.2
最終更新日 2020-07-22
公開日 2020-07-16
評価 4.83/5 合計 6 レビュー
開発者 guoweihua1982
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/guoweihua1982/yomichan
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "yomichan",
    "version": "1.0.2",
    "description": "\u9078\u629e\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306b\u3075\u308a\u304c\u306a\u3092\u4ed8\u3051\u308b",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/yomichan_disable.png",
        "default_title": "\u9078\u629e\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306b\u3075\u308a\u304c\u306a\u3092\u4ed8\u3051\u308b"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "js\/yomichanContent.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/github.com\/guoweihua1982\/yomichan",
    "omnibox": {
        "keyword": "yomi"
    },
    "web_accessible_resources": [
        "img\/shrinkButton.png",
        "img\/icon.png"
    ]
}