RikaiRebuilt

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

Qu'est-ce que RikaiRebuilt ?

RikaiRebuilt est une extension Chrome développée par blackfireweb, et sa fonction principale est "Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension RikaiRebuilt

Téléchargez les fichiers d'extension RikaiRebuilt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom RikaiRebuilt RikaiRebuilt
ID bhcfpccmjdpjejaahbblpnikkejnkfcj
URL Officiel https://chromewebstore.google.com/detail/rikairebuilt/bhcfpccmjdpjejaahbblpnikkejnkfcj
Description Featuring a built in Japanese dictionary with support to hear audio recordings of Japanese words from JDIC as well as the ability…
Taille du Fichier 1.16 MB
Nombre d'Installations 370
Version Actuelle 1.4.2
Dernière Mise à Jour 2024-02-01
Date de Publication 2019-09-08
Évaluation 4.00/5 Total 9 Évaluations
Développeur blackfireweb
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}