RikaiRebuilt

Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability…

RikaiRebuiltとは何ですか?

RikaiRebuiltはblackfirewebによって開発されたChromeの拡張機能で、その主な機能は「Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability…」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability to import words in to the flashcard app Anki, this is a port of the old Firefox addon "Rikaisama"                    

拡張機能の基本情報

名前 RikaiRebuilt RikaiRebuilt
ID bhcfpccmjdpjejaahbblpnikkejnkfcj
公式URL https://chromewebstore.google.com/detail/rikairebuilt/bhcfpccmjdpjejaahbblpnikkejnkfcj
説明 Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability…
ファイルサイズ 1.16 MB
インストール数 370
現在のバージョン 1.4.2
最終更新日 2024-02-01
公開日 2019-09-08
評価 4.00/5 合計 9 レビュー
開発者 blackfireweb
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Gareth Parker",
    "name": "RikaiRebuilt",
    "version": "1.4.2",
    "action": {
        "default_icon": {
            "48": "icons\/smile.png"
        }
    },
    "icons": {
        "48": "icons\/smile.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "nativeMessaging",
        "notifications",
        "offscreen"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "background": {
        "service_worker": "build\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/browser-polyfill.js",
                "build\/content.js"
            ],
            "css": [
                "styles\/popup.css"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    }
}