RikaiRebuilt

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

RikaiRebuilt là gì?

RikaiRebuilt là một tiện ích mở rộng Chrome được phát triển bởi blackfireweb, và tính năng chính của nó là "Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RikaiRebuilt

Tải xuống các tệp mở rộng RikaiRebuilt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RikaiRebuilt RikaiRebuilt
ID bhcfpccmjdpjejaahbblpnikkejnkfcj
URL Chính Thức https://chromewebstore.google.com/detail/rikairebuilt/bhcfpccmjdpjejaahbblpnikkejnkfcj
Mô tả Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability…
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 370
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2019-09-08
Đánh Giá 4.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển blackfireweb
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}