Kanji Typer

Look up and input a kanji character via keywords and component names from James Heisig's "Remembering the Kanji".

Kanji Typerคืออะไร?

Kanji Typer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stephan.ribeiro และคุณลักษณะหลักของมันคือ "Look up and input a kanji character via keywords and component names from James Heisig's "Remembering the Kanji"."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Kanji Typer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to quickly look up and input Japanese kanji characters into input fields on any website, or copy a character into clipboard. 

To search for a character, enter the character's keyword or a combination of its component names into the search bar, based on terms as presented in the well-known textbook series "Remembering the Kanji" by James Heisig. Fuzzy search functionality also allows you to enter only part of a keyword, or only a subset of a kanji's components, and then browse the list of matching results to find the desired kanji. 

To select a kanji character, navigate to it by pressing the 'Up' and 'Down' arrow keys, or by clicking on it's entry once. Press 'Enter' to insert the selected kanji into a field on a website at the current cursor position, or press 'Ctrl+c' to copy it into your clipboard. A double click on any entry, directly inserts the respective kanji into the input field.

The keyboard shortcut 'Ctrl+Space' to open the extension popup can be changed in Google Chrome's extension management tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kanji Typer Kanji Typer
ID apcfhojdkaecfenldkjghfnhbkifkini
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kanji-typer/apcfhojdkaecfenldkjghfnhbkifkini
คำอธิบาย Look up and input a kanji character via keywords and component names from James Heisig's "Remembering the Kanji".
ขนาดไฟล์ 292 KB
จำนวนการติดตั้ง 471
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-05-30
วันที่เผยแพร่ 2016-10-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา stephan.ribeiro
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kanji Typer",
    "description": "Look up and input a kanji character via keywords and component names from James Heisig's \"Remembering the Kanji\".",
    "version": "1.1.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_title": "Kanji Typer"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Space",
                "mac": "Ctrl+Space",
                "chromeos": "Ctrl+Space",
                "linux": "Ctrl+Space"
            }
        }
    }
}