日文翻譯及假名轉換

單擊日文文字時顯示平假名和翻譯,自動儲存文字並提供生字卡作練習用

日文翻譯及假名轉換 là gì?

日文翻譯及假名轉換 là một tiện ích mở rộng Chrome được phát triển bởi techdebtor, và tính năng chính của nó là "單擊日文文字時顯示平假名和翻譯,自動儲存文字並提供生字卡作練習用".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 日文翻譯及假名轉換

Tải xuống các tệp mở rộng 日文翻譯及假名轉換 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        1. 打開任何包含日文或日文混合文本的網站。
2. 單擊您要轉換為平假名的文本。
3. 文字將轉換為平假名並顯示以供您查看。
4. 資料也會存儲在JP Flashcard 應用程序(https://jpflashcard.github.io/)中,供您進一步學習和復習。
5.使用閃卡應用複習你查看過的平假名單詞和字符,提高你的日語能力。

日文翻譯及假名轉換 Chrome extension,將文本轉換為平假名並使用JP Flashcard應用程序進行進一步學習從未如此簡單。立即開始使用它,將您的日語技能提升到一個新的水平!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 日文翻譯及假名轉換 日文翻譯及假名轉換
ID eilpehpjibclcpdhkejgfaapnadlkanl
URL Chính Thức https://chromewebstore.google.com/detail/%E6%97%A5%E6%96%87%E7%BF%BB%E8%AD%AF%E5%8F%8A%E5%81%87%E5%90%8D%E8%BD%89%E6%8F%9B/eilpehpjibclcpdhkejgfaapnadlkanl
Mô tả 單擊日文文字時顯示平假名和翻譯,自動儲存文字並提供生字卡作練習用
Kích Thước Tệp 15 MB
Số Lần Cài Đặt 155
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2023-03-02
Ngày Phát Hành 2023-03-02
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển techdebtor
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jpflashcard.github.io/
Ngôn Ngữ Được Hỗ Trợ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u65e5\u6587\u7ffb\u8b6f\u53ca\u5047\u540d\u8f49\u63db",
    "version": "0.1",
    "description": "\u55ae\u64ca\u65e5\u6587\u6587\u5b57\u6642\u986f\u793a\u5e73\u5047\u540d\u548c\u7ffb\u8b6f\uff0c\u81ea\u52d5\u5132\u5b58\u6587\u5b57\u4e26\u63d0\u4f9b\u751f\u5b57\u5361\u4f5c\u7df4\u7fd2\u7528",
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/kuromoji.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost:8080\/upload",
                "https:\/\/jpflashcard.github.io\/upload"
            ],
            "js": [
                "upload.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "dict\/*",
                "lib\/*",
                "popup.html",
                "popup.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Hiragana Converter"
    },
    "oauth2": {
        "client_id": "596703071176-rhc2auajp54haim2ppg1tmodvqgoq9he.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/firebase"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}