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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blackfireweb และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RikaiRebuilt

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}