HASHIGO! - Learning Japanese with Netflix

Enhanced Netflix subtitles for Japanese language study

HASHIGO! - Learning Japanese with Netflixคืออะไร?

HASHIGO! - Learning Japanese with Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hashigo.learning และคุณลักษณะหลักของมันคือ "Enhanced Netflix subtitles for Japanese language study"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HASHIGO! - Learning Japanese with Netflix

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

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

                        When you study Japanese language though Japanese contents, you might have encountered 
• What does the kanji mean and how to read it?
• Word classes are often swapped.
• Is this word worth learning? Need for JLPT?
• Japanese particles are notoriously changeable. (ノД`)
• Can I adopt a new vocabulary word from an anime for real conversations?
and so on..

This extension is trying to be the solution for them by watching Japanese contents(anime, films and series).
Here are what you can do. 

■ DISPLAYING HOW TO READ KANJI (CHINESE LETTERS)
- Displaying how to read kanji (called furigana) in hiragana, katakana, alphabet(roma-ji), allowing for easy comprehension. Of course, you can hide furigana to challenge your next higher level.

■ ON PAGE MEANING OF WORDS (IN YOUR NATIVE LANGUAGES)
- There's a pop-up dictionary, quickly get the meaning of any word(in almost any languages) and JLPT level, WaniKani level on the subtitle and learn them in the context. No need to leave the video to type and waste your time in dictionaries.

■ HIGHLIGHT WORD CLASSES
- Hightlight mode allows you to distinguish word classes by colors.

■ DUAL SUBTITLES
- Japanese subtitles are shown at the bottom, you can also show the other language subtitles, which allows you to compare the original text with subtitles in your language.

■ SMART AUTO-PAUSE
- Don't miss interesting moments of a movie when you don't know the vocabulary, just click on that word, this extension will hold the movie for you.

■ DISPLAYING JLPT & WaniKani LEVEL
- You can see which word is worth learning for your Japanese level instantly.

■ COMING FEATURES
・Making / Sharing original flashcards
・Saving vocabulary words and phrases to your personal list
・Pronounce guide button
・Machine learning translation to any languages
・Lessons and quizzes to reinforce what you have heard in Japanese contents
(if you have any good idea, please write review or email below)

■ UPDATES
・Displaying JLPT & WaniKani level (3/3/2021) 
・Saving furigana setting condition (8/3/2021) 
・Adding "Learn more >>" link in popup dictionary for more details about the word (15/3/2021) 
・Fixed an error of not showing subtitles(29/9/2021) 

What does HASHIGO mean btw?
"HASHIGO はしご" means "ladder" in Japanese. 
We are very interested in your feedback! Please don’t hesitate to get in touch for help with a question or if you wish to share an idea for improving HASHIGO! Learning. Email address is here below.
[email protected].

Our extension runs on Google Chrome on desktop and laptop computers running Windows and MacOS.                    

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

ชื่อ HASHIGO! - Learning Japanese with Netflix HASHIGO! - Learning Japanese with Netflix
ID cacindbnpcofhdcbhfbncglgdacdhoin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hashigo-learning-japanese/cacindbnpcofhdcbhfbncglgdacdhoin
คำอธิบาย Enhanced Netflix subtitles for Japanese language study
ขนาดไฟล์ 14.86 MB
จำนวนการติดตั้ง 2,846
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2021-09-29
วันที่เผยแพร่ 2021-02-25
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา hashigo.learning
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://forms.gle/rvyNqjmacVi3Tx5X8
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HASHIGO! - Learning Japanese with Netflix",
    "description": "Enhanced Netflix subtitles for Japanese language study",
    "version": "0.1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_title": "HASHIGO!",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "kuromoji\/kuromoji.js",
        "thirdparty\/kana2roman.js",
        "util\/util.js",
        "util\/subtitle.js",
        "util\/remove_conflict.js",
        "kuromoji\/dict\/*",
        "css\/style.css",
        "css\/bootstrap.min.css",
        "thirdparty\/bootstrap.bundle.min.js",
        "thirdparty\/gtag.js",
        "popup\/popup.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}