RikaiRebuilt

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

Apa itu RikaiRebuilt?

RikaiRebuilt adalah ekstensi Chrome yang dikembangkan oleh blackfireweb, dan fitur utamanya adalah "Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi RikaiRebuilt

Unduh file ekstensi RikaiRebuilt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama RikaiRebuilt RikaiRebuilt
ID bhcfpccmjdpjejaahbblpnikkejnkfcj
URL Resmi https://chromewebstore.google.com/detail/rikairebuilt/bhcfpccmjdpjejaahbblpnikkejnkfcj
Deskripsi Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability…
Ukuran File 1.16 MB
Jumlah Instalasi 370
Versi Saat Ini 1.4.2
Terakhir Diperbarui 2024-02-01
Tanggal Publikasi 2019-09-08
Penilaian 4.00/5 Total 9 Penilaian
Pengembang blackfireweb
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}