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
电子邮箱 [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"
    }
}