日文小書僮

以學練日語的日文小書僮查詢日文短文的詞語。

What is 日文小書僮?

日文小書僮 is a Chrome extension developed by https://learnjapanese.onl, and its main feature is "以學練日語的日文小書僮查詢日文短文的詞語。".

Extension Screenshots

screenshot
screenshot

Download 日文小書僮 Extension CRX File

Download 日文小書僮 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        在瀏覽日文網站時,若想查詢特定日文短文的漢字讀音 (注音假名),只要選擇該日文短文後,按右鍵,選擇「以日文小書僮解析」,就會自動前往「學練日語」網站的「日文小書僮」頁面,並自動標註目標日文短文的漢字讀音。

改版事項:修改日文小書僮所在的網址。                    

Extension Basic Information

Name 日文小書僮 日文小書僮
ID badgjgebpdfddbjpmjlihgjnckhdjoob
Official URL https://chromewebstore.google.com/detail/%E6%97%A5%E6%96%87%E5%B0%8F%E6%9B%B8%E5%83%AE/badgjgebpdfddbjpmjlihgjnckhdjoob
Description 以學練日語的日文小書僮查詢日文短文的詞語。
File Size 9.4 KB
Installation Count 103
Current Version 0.1.2
Last Updated 2022-07-19
Publish Date 2020-06-01
Developer https://learnjapanese.onl
Email [email protected]
Payment Type free
Extension Website https://learnjapanese.onl/zh-tw/parse-japanese-articles/
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u65e5\u6587\u5c0f\u66f8\u50ee",
    "description": "\u4ee5\u5b78\u7df4\u65e5\u8a9e\u7684\u65e5\u6587\u5c0f\u66f8\u50ee\u67e5\u8a62\u65e5\u6587\u77ed\u6587\u7684\u8a5e\u8a9e\u3002",
    "version": "0.1.2",
    "manifest_version": 2,
    "icons": {
        "16": "sakura-16x16.png",
        "128": "sakura-128x128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/learnjapanese.onl\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}