RikaiRebuilt

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

Hvad er RikaiRebuilt?

RikaiRebuilt er en Chrome-udvidelse udviklet af blackfireweb, og dens hovedfunktion er "Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download RikaiRebuilt-udvidelses-CRX-fil

Download RikaiRebuilt-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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"                    

Grundlæggende oplysninger om udvidelsen

Navn RikaiRebuilt RikaiRebuilt
ID bhcfpccmjdpjejaahbblpnikkejnkfcj
Officiel URL https://chromewebstore.google.com/detail/rikairebuilt/bhcfpccmjdpjejaahbblpnikkejnkfcj
Beskrivelse Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability…
Filstørrelse 1.16 MB
Antal Installationer 370
Nuværende Version 1.4.2
Senest Opdateret 2024-02-01
Udgivelsesdato 2019-09-08
Bedømmelse 4.00/5 Samlet 9 Bedømmelser
Udvikler blackfireweb
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}