{"id":2417,"date":"2022-09-09T00:47:00","date_gmt":"2022-09-08T16:47:00","guid":{"rendered":"http:\/\/tiffanysmandarin.com\/?p=2417"},"modified":"2026-07-27T08:25:22","modified_gmt":"2026-07-27T00:25:22","slug":"language-reactor","status":"publish","type":"post","link":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/","title":{"rendered":"Language Reactor"},"content":{"rendered":"\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Language Reactor \u2014 Guide<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Serif+TC:wght@500;700;900&amp;family=Noto+Sans+TC:wght@400;500;700&amp;family=IBM+Plex+Mono:wght@400;500;600&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --bg:#ffffff;\n    --bg-2:#f6f4ef;\n    --bg-3:#efece3;\n    --seal:#b23a2e;\n    --seal-dark:#8f2c22;\n    --gold:#a3742b;\n    --jade:#3f6b56;\n    --text:#211c16;\n    --muted:#6f6455;\n    --line:rgba(33,28,22,0.12);\n    --radius:14px;\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{margin:0;background:var(--bg);color:var(--text);font-family:\"Noto Sans TC\",\"Noto Sans\",sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased;}\n  h1,h2,h3{font-family:\"Noto Serif TC\",serif;font-weight:900;margin:0 0 .5em;letter-spacing:.01em;}\n  .mono{font-family:\"IBM Plex Mono\",monospace;}\n  a{color:inherit;}\n  img{max-width:100%;display:block;}\n  .wrap{max-width:1040px;margin:0 auto;padding:0 24px;}\n  .eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:\"IBM Plex Mono\",monospace;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:18px;}\n  .stamp{width:30px;height:30px;flex:none;background:var(--seal);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fbf3e6;font-family:\"Noto Serif TC\",serif;font-weight:900;font-size:1rem;transform:rotate(-6deg);box-shadow:0 2px 0 rgba(0,0,0,.15);}\n\n  .langbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(6px);border-bottom:1px solid var(--line);padding:12px 0;}\n  .langbar .wrap{display:flex;justify-content:flex-end;gap:8px;}\n  .lang-btn{font-family:\"IBM Plex Mono\",monospace;font-size:.78rem;background:transparent;border:1px solid var(--line);color:var(--muted);padding:6px 14px;border-radius:999px;cursor:pointer;transition:all .15s ease;}\n  .lang-btn.active{background:var(--seal);border-color:var(--seal);color:#fff;}\n  .lang-btn:hover{border-color:var(--seal);}\n\n  .hero{position:relative;overflow:hidden;padding:72px 0 100px;border-bottom:1px solid var(--line);}\n  .hero-watermark{position:absolute;right:-40px;top:-40px;font-family:\"Noto Serif TC\",serif;font-weight:900;font-size:min(36vw,360px);color:rgba(33,28,22,0.035);line-height:1;user-select:none;pointer-events:none;}\n  .hero-grid{position:relative;display:grid;grid-template-columns:1fr;}\n  .hero h1{font-size:clamp(2.4rem,4.6vw,3.6rem);}\n  .hero h1 small{display:block;font-family:\"IBM Plex Mono\",monospace;font-weight:500;font-size:1.02rem;letter-spacing:.05em;color:var(--gold);margin-top:10px;line-height:1.7;}\n  .hero p.lead{font-size:1.05rem;color:var(--muted);max-width:46ch;margin:16px 0 28px;}\n  .cta-row{display:flex;flex-wrap:wrap;gap:12px;}\n  .btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:999px;font-weight:700;font-size:.9rem;text-decoration:none;border:1px solid var(--line);transition:transform .15s ease;}\n  .btn:hover{transform:translateY(-2px);}\n  .btn-primary{background:var(--seal);color:#fbf3e6;border-color:var(--seal);}\n  .btn-ghost{color:var(--text);}\n  .factbar{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px;}\n  .chip{font-family:\"IBM Plex Mono\",monospace;font-size:.76rem;background:var(--bg-2);border:1px solid var(--line);color:var(--muted);padding:7px 12px;border-radius:999px;}\n  .hero-media img{border-radius:18px;box-shadow:0 30px 60px -25px rgba(33,28,22,.35);}\n\n  section{padding:72px 0;border-bottom:1px solid var(--line);}\n  .section-head{max-width:660px;margin-bottom:32px;}\n  .section-head p{color:var(--muted);font-size:1.02rem;}\n\n  .split{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;}\n  .split img{border-radius:16px;box-shadow:0 20px 40px -22px rgba(33,28,22,.3);}\n\n  .checklist{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);padding:8px 28px;}\n  .checklist li{padding:16px 0;border-bottom:1px solid var(--line);list-style:none;}\n  .checklist li:last-child{border-bottom:none;}\n  .checklist li b{color:var(--gold);font-family:\"IBM Plex Mono\",monospace;margin-right:10px;}\n  .checklist li span{display:block;color:var(--muted);font-size:.92rem;margin-top:4px;}\n  .checklist.compact li{padding:14px 0;}\n\n  .feature-row{display:grid;grid-template-columns:.95fr 1.05fr;gap:32px;padding:26px 0;border-top:1px solid var(--line);align-items:center;}\n  .feature-row:first-of-type{border-top:none;}\n  .feature-row img{border-radius:14px;box-shadow:0 16px 34px -20px rgba(33,28,22,.3);}\n  .feature-row h3{font-size:1.15rem;margin-bottom:8px;}\n  .feature-row p{color:var(--muted);margin:0;}\n  .feature-tagwrap{margin-bottom:10px;}\n  .tag{display:inline-block;font-family:\"IBM Plex Mono\",monospace;font-size:.7rem;background:rgba(63,107,86,.1);color:var(--jade);border:1px solid rgba(63,107,86,.3);padding:3px 9px;border-radius:999px;}\n  .feature-row.reverse img{order:2;}\n  .feature-row.reverse div{order:1;}\n\n  table{width:100%;border-collapse:collapse;font-size:.94rem;}\n  thead th{text-align:left;font-family:\"IBM Plex Mono\",monospace;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:0 14px 12px;border-bottom:1px solid var(--line);}\n  tbody td{padding:14px;border-bottom:1px solid var(--line);}\n  tbody tr:last-child td{border-bottom:none;}\n  .yes{color:var(--jade);font-weight:700;}\n  .no{color:var(--muted);}\n  .table-wrap{overflow-x:auto;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);padding:6px 10px;}\n  .table-note{margin-top:16px;color:var(--muted);font-size:.92rem;border-left:2px solid var(--gold);padding-left:14px;}\n\n  .level-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}\n  .level-card{background:var(--bg-2);border:1px solid var(--line);border-top:3px solid var(--seal);border-radius:var(--radius);padding:22px 20px;}\n  .level-card:nth-child(2){border-top-color:var(--gold);}\n  .level-card:nth-child(3){border-top-color:var(--jade);}\n  .level-card:nth-child(4){border-top-color:var(--text);}\n  .level-card .lv{font-family:\"IBM Plex Mono\",monospace;font-size:.7rem;color:var(--seal-dark);letter-spacing:.08em;}\n  .level-card h3{font-size:1.02rem;margin:8px 0 8px;}\n  .level-card p{font-size:.88rem;color:var(--muted);margin:0;}\n\n  details{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);padding:16px 22px;margin-bottom:12px;}\n  summary{cursor:pointer;font-weight:700;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:10px;}\n  summary::-webkit-details-marker{display:none;}\n  summary::after{content:\"+\";font-family:\"IBM Plex Mono\",monospace;color:var(--gold);font-size:1.3rem;flex:none;}\n  details[open] summary::after{content:\"\u2013\";}\n  details p{color:var(--muted);margin:14px 0 2px;font-size:.94rem;}\n\n  .compare-note{margin-top:16px;color:var(--muted);font-size:.92rem;}\n\n  footer{padding:76px 0 60px;text-align:center;}\n  footer h2{font-size:1.8rem;}\n  footer p{color:var(--muted);max-width:48ch;margin:14px auto 30px;}\n  .disclaimer{margin-top:52px;font-size:.8rem;color:var(--muted);border-top:1px solid var(--line);padding-top:24px;}\n\n  @media (max-width:760px){\n    .hero-grid,.split{grid-template-columns:1fr;}\n    .feature-row{grid-template-columns:1fr;gap:14px;}\n    .feature-row.reverse img,.feature-row.reverse div{order:0;}\n    .level-grid{grid-template-columns:1fr 1fr;}\n  }\n  @media (max-width:480px){\n    .level-grid{grid-template-columns:1fr;}\n  }\n<\/style>\n\n\n\n<div class=\"langbar\">\n  <div class=\"wrap\">\n    <button class=\"lang-btn\" data-lang=\"en\">EN<\/button>\n    <button class=\"lang-btn\" data-lang=\"ja\">\u65e5\u672c\u8a9e<\/button>\n    <button class=\"lang-btn\" data-lang=\"ko\">\ud55c\uad6d\uc5b4<\/button>\n  <\/div>\n<\/div>\n\n<header class=\"hero\">\n  <div class=\"hero-watermark\">\u5f71<\/div>\n  <div class=\"wrap hero-grid\">\n    <div>\n      <span class=\"eyebrow\"><span class=\"stamp\">\u63a8<\/span><span data-i18n=\"heroEyebrow\"><\/span><\/span>\n      <h1><span data-i18n=\"heroTitle\"><\/span><small data-i18n=\"heroSub\"><\/small><\/h1>\n      <p class=\"lead\" data-i18n=\"heroLead\"><\/p>\n      <div class=\"cta-row\">\n        <a class=\"btn btn-primary\" href=\"https:\/\/chrome.google.com\/webstore\/detail\/language-reactor\/hoombieeljmmljlkjmnheibnpciblicm\" target=\"_blank\" rel=\"noopener\"><span data-i18n=\"btnWebsite\"><\/span> \u2197<\/a>\n      <\/div>\n      <div class=\"factbar\">\n        <span class=\"chip\" data-i18n=\"chip1\"><\/span>\n        <span class=\"chip\" data-i18n=\"chip2\"><\/span>\n        <span class=\"chip\" data-i18n=\"chip3\"><\/span>\n        <span class=\"chip\" data-i18n=\"chip4\"><\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/header>\n\n<main class=\"wrap\">\n\n  <!-- getting started -->\n  <section id=\"start\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\"><span class=\"stamp\">\u59cb<\/span><span data-i18n=\"startEyebrow\"><\/span><\/span>\n      <h2 data-i18n=\"startTitle\"><\/h2>\n      <p data-i18n=\"startLead\"><\/p>\n    <\/div>\n    <ul class=\"checklist compact\" style=\"margin:0;padding-left:0;\">\n      <li><b>01<\/b><span data-i18n=\"step1\"><\/span><\/li>\n      <li><b>02<\/b><span data-i18n=\"step2\"><\/span><\/li>\n      <li><b>03<\/b><span data-i18n=\"step3\"><\/span><\/li>\n    <\/ul>\n  <\/section>\n\n  <!-- overview -->\n  <section id=\"intro\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\"><span class=\"stamp\">\u770b<\/span><span data-i18n=\"introEyebrow\"><\/span><\/span>\n      <h2 data-i18n=\"introTitle\"><\/h2>\n    <\/div>\n    <p style=\"color:var(--muted);max-width:680px\" data-i18n=\"introText1\"><\/p>\n    <p style=\"color:var(--muted);max-width:680px\" data-i18n=\"introText2\"><\/p>\n  <\/section>\n\n  <!-- features -->\n  <section id=\"features\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\"><span class=\"stamp\">\u80fd<\/span><span data-i18n=\"featuresEyebrow\"><\/span><\/span>\n      <h2 data-i18n=\"featuresTitle\"><\/h2>\n    <\/div>\n\n    <div class=\"feature-row\">\n      <img decoding=\"async\" src=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/09\/IMG_0666-1024x715.jpg\" data-i18n=\"f1ImgAlt\" alt=\"\">\n      <div>\n        <div class=\"feature-tagwrap\"><span class=\"tag\" data-i18n=\"f1Tag\"><\/span><\/div>\n        <h3 data-i18n=\"f1Title\"><\/h3>\n        <p data-i18n=\"f1Text\"><\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"feature-row reverse\">\n      <img decoding=\"async\" src=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/09\/%E6%88%AA%E5%9C%96-2022-09-05-%E4%B8%8A%E5%8D%881.21.55-1024x757.png\" data-i18n=\"f2ImgAlt\" alt=\"\">\n      <div>\n        <div class=\"feature-tagwrap\"><span class=\"tag\" data-i18n=\"f2Tag\"><\/span><\/div>\n        <h3 data-i18n=\"f2Title\"><\/h3>\n        <p data-i18n=\"f2Text\"><\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"feature-row\">\n      <img decoding=\"async\" src=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/09\/IMG_0667-1024x716.jpg\" data-i18n=\"f3ImgAlt\" alt=\"\">\n      <div>\n        <div class=\"feature-tagwrap\"><span class=\"tag\" data-i18n=\"f3Tag\"><\/span><\/div>\n        <h3 data-i18n=\"f3Title\"><\/h3>\n        <p data-i18n=\"f3Text\"><\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"feature-row reverse\">\n      <img decoding=\"async\" src=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/09\/IMG_0669-1024x736.jpg\" data-i18n=\"f4ImgAlt\" alt=\"\">\n      <div>\n        <div class=\"feature-tagwrap\"><span class=\"tag\" data-i18n=\"f4Tag\"><\/span><\/div>\n        <h3 data-i18n=\"f4Title\"><\/h3>\n        <p data-i18n=\"f4Text\"><\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- setup tips -->\n  <section id=\"setup\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\"><span class=\"stamp\">\u8a2d<\/span><span data-i18n=\"setupEyebrow\"><\/span><\/span>\n      <h2 data-i18n=\"setupTitle\"><\/h2>\n      <p data-i18n=\"setupLead\"><\/p>\n    <\/div>\n    <ul class=\"checklist\" style=\"margin:0;padding-left:0;\">\n      <li><b>01<\/b><strong data-i18n=\"s1Title\"><\/strong><span data-i18n=\"s1Text\"><\/span><\/li>\n      <li><b>02<\/b><strong data-i18n=\"s2Title\"><\/strong><span data-i18n=\"s2Text\"><\/span><\/li>\n      <li><b>03<\/b><strong data-i18n=\"s3Title\"><\/strong><span data-i18n=\"s3Text\"><\/span><\/li>\n      <li><b>04<\/b><strong data-i18n=\"s4Title\"><\/strong><span data-i18n=\"s4Text\"><\/span><\/li>\n      <li><b>05<\/b><strong data-i18n=\"s5Title\"><\/strong><span data-i18n=\"s5Text\"><\/span><\/li>\n    <\/ul>\n  <\/section>\n\n  <!-- pricing -->\n  <section id=\"pricing\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\"><span class=\"stamp\">\u9322<\/span><span data-i18n=\"pricingEyebrow\"><\/span><\/span>\n      <h2 data-i18n=\"pricingTitle\"><\/h2>\n      <p data-i18n=\"pricingLead\"><\/p>\n    <\/div>\n    <div class=\"table-wrap\">\n      <table>\n        <thead><tr><th data-i18n=\"priceThFeature\"><\/th><th data-i18n=\"priceThFree\"><\/th><th data-i18n=\"priceThPaid\"><\/th><\/tr><\/thead>\n        <tbody>\n          <tr><td data-i18n=\"pr1Feature\"><\/td><td class=\"yes\" data-i18n=\"pr1Free\"><\/td><td class=\"no\" data-i18n=\"pr1Paid\"><\/td><\/tr>\n          <tr><td data-i18n=\"pr2Feature\"><\/td><td class=\"yes\" data-i18n=\"pr2Free\"><\/td><td class=\"no\" data-i18n=\"pr2Paid\"><\/td><\/tr>\n          <tr><td data-i18n=\"pr3Feature\"><\/td><td class=\"yes\" data-i18n=\"pr3Free\"><\/td><td class=\"no\" data-i18n=\"pr3Paid\"><\/td><\/tr>\n          <tr><td data-i18n=\"pr4Feature\"><\/td><td class=\"yes\" data-i18n=\"pr4Free\"><\/td><td class=\"no\" data-i18n=\"pr4Paid\"><\/td><\/tr>\n          <tr><td data-i18n=\"pr5Feature\"><\/td><td class=\"yes\" data-i18n=\"pr5Free\"><\/td><td class=\"no\" data-i18n=\"pr5Paid\"><\/td><\/tr>\n          <tr><td data-i18n=\"pr6Feature\"><\/td><td class=\"no\" data-i18n=\"pr6Free\"><\/td><td class=\"yes\" data-i18n=\"pr6Paid\"><\/td><\/tr>\n          <tr><td data-i18n=\"pr7Feature\"><\/td><td data-i18n=\"pr7Free\"><\/td><td class=\"yes\" data-i18n=\"pr7Paid\"><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n    <p class=\"table-note\" data-i18n=\"pricingNote\"><\/p>\n  <\/section>\n\n  <!-- levels -->\n  <section id=\"levels\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\"><span class=\"stamp\">\u968e<\/span><span data-i18n=\"levelsEyebrow\"><\/span><\/span>\n      <h2 data-i18n=\"levelsTitle\"><\/h2>\n    <\/div>\n    <div class=\"level-grid\">\n      <div class=\"level-card\"><span class=\"lv\" data-i18n=\"lv1Lv\"><\/span><h3 data-i18n=\"lv1Title\"><\/h3><p data-i18n=\"lv1Text\"><\/p><\/div>\n      <div class=\"level-card\"><span class=\"lv\" data-i18n=\"lv2Lv\"><\/span><h3 data-i18n=\"lv2Title\"><\/h3><p data-i18n=\"lv2Text\"><\/p><\/div>\n      <div class=\"level-card\"><span class=\"lv\" data-i18n=\"lv3Lv\"><\/span><h3 data-i18n=\"lv3Title\"><\/h3><p data-i18n=\"lv3Text\"><\/p><\/div>\n      <div class=\"level-card\"><span class=\"lv\" data-i18n=\"lv4Lv\"><\/span><h3 data-i18n=\"lv4Title\"><\/h3><p data-i18n=\"lv4Text\"><\/p><\/div>\n    <\/div>\n  <\/section>\n\n  <!-- faq -->\n  <section id=\"faq\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\"><span class=\"stamp\">\u554f<\/span><span data-i18n=\"faqEyebrow\"><\/span><\/span>\n      <h2 data-i18n=\"faqTitle\"><\/h2>\n    <\/div>\n    <details open=\"\"><summary data-i18n=\"q1\"><\/summary><p data-i18n=\"a1\"><\/p><\/details>\n    <details><summary data-i18n=\"q2\"><\/summary><p data-i18n=\"a2\"><\/p><\/details>\n    <details><summary data-i18n=\"q3\"><\/summary><p data-i18n=\"a3\"><\/p><\/details>\n    <details><summary data-i18n=\"q4\"><\/summary><p data-i18n=\"a4\"><\/p><\/details>\n  <\/section>\n\n  <!-- compare -->\n  <section id=\"compare\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\"><span class=\"stamp\">\u6bd4<\/span><span data-i18n=\"compareEyebrow\"><\/span><\/span>\n      <h2 data-i18n=\"compareTitle\"><\/h2>\n      <p data-i18n=\"compareLead\"><\/p>\n    <\/div>\n    <div class=\"table-wrap\">\n      <table>\n        <thead><tr><th data-i18n=\"cThTool\"><\/th><th data-i18n=\"cThStrength\"><\/th><th data-i18n=\"cThBest\"><\/th><\/tr><\/thead>\n        <tbody>\n          <tr><td data-i18n=\"c1Tool\"><\/td><td data-i18n=\"c1Strength\"><\/td><td data-i18n=\"c1Best\"><\/td><\/tr>\n          <tr><td data-i18n=\"c2Tool\"><\/td><td data-i18n=\"c2Strength\"><\/td><td data-i18n=\"c2Best\"><\/td><\/tr>\n          <tr><td data-i18n=\"c3Tool\"><\/td><td data-i18n=\"c3Strength\"><\/td><td data-i18n=\"c3Best\"><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n    <p class=\"compare-note\" data-i18n=\"compareNote\"><\/p>\n  <\/section>\n\n<\/main>\n\n<footer class=\"wrap\">\n  <span class=\"eyebrow\" style=\"justify-content:center;\"><span class=\"stamp\">\u85a6<\/span><span data-i18n=\"recommendEyebrow\"><\/span><\/span>\n  <h2 data-i18n=\"footerTitle\"><\/h2>\n  <p data-i18n=\"footerText\"><\/p>\n  <div class=\"cta-row\" style=\"justify-content:center;\">\n    <a class=\"btn btn-primary\" href=\"https:\/\/chrome.google.com\/webstore\/detail\/language-reactor\/hoombieeljmmljlkjmnheibnpciblicm\" target=\"_blank\" rel=\"noopener\"><span data-i18n=\"btnWebsite\"><\/span> \u2197<\/a>\n  <\/div>\n  <p class=\"disclaimer\" data-i18n=\"disclaimer\"><\/p>\n<\/footer>\n\n<script>\nconst translations = {\nen: {\n  heroEyebrow:\"Browser Extension Guide\", heroTitle:\"Language Reactor\", heroSub:\"A dual-subtitle toolkit that turns Netflix and YouTube into a language class\",\n  heroLead:\"A free Chrome extension that adds two-way subtitles, click-to-define, and auto-pause to Netflix, YouTube, books, and websites. This guide covers the core features, plus practical tips the official page won't tell you.\",\n  btnWebsite:\"Get the Extension\",\n  chip1:\"Free Chrome extension\", chip2:\"Traditional & Simplified Chinese\", chip3:\"Works on Netflix, YouTube, books & websites\", chip4:\"Click any word for an instant definition\",\n  heroImgAlt:\"Language Reactor extension cover image\",\n  startEyebrow:\"Getting Started\", startTitle:\"Install it, open Netflix or YouTube, pick your language\",\n  startLead:\"It really is this simple \u2014 though for now it's Chrome-only.\",\n  step1:\"Install the extension \u2014 currently only works in Google Chrome; Safari support is planned by the developers but not available yet.\",\n  step2:\"Open Netflix or YouTube inside Chrome \u2014 if you're on Netflix, it has to be the website in the browser, not the Netflix app.\",\n  step3:\"Choose your native language \u2014 set it once and you're ready to watch with dual subtitles.\",\n  introEyebrow:\"Overview\", introTitle:\"One toggle turns any video into a lesson\",\n  introText1:\"Language Reactor is a browser extension built for learning through real content \u2014 dramas, YouTube videos, books, and websites \u2014 instead of textbook dialogues. It layers a second set of subtitles on top of what you're watching, lets you click any word for an instant definition, and can auto-pause after every line so you actually catch what was said.\",\n  introText2:\"It supports Traditional and Simplified Chinese, and works just as well for Japanese, Korean, and other languages \u2014 so if you're studying more than one language at once, one extension covers all of them.\",\n  featuresEyebrow:\"Core Features\", featuresTitle:\"What the toggle actually turns on\",\n  f1ImgAlt:\"The LR button and dual subtitles in Language Reactor\",\n  f1Tag:\"Dual Subtitles\", f1Title:\"The LR Button & Two-Language Subtitles\",\n  f1Text:\"Enable the LR button next to the volume control to turn on every feature at once \u2014 or switch it off any time you just want to relax and watch. The top line of subtitles is whatever you've selected on the platform itself, and you can set it to Simplified or Traditional Chinese, Korean, Japanese, and more.\",\n  f2ImgAlt:\"Side subtitle list and auto-pause button\",\n  f2Tag:\"Full Transcript\", f2Title:\"Side Subtitle List & Auto-Pause\",\n  f2Text:\"The panel to the right of the video shows every line of subtitles at once, so you can scan ahead or back \u2014 hide it any time it feels like too much. Turning on the small AP (auto-pause) button pauses playback after each new line appears; clicking the video or the pause button resumes it. This is the single most useful feature for learning at your own pace.\",\n  f3ImgAlt:\"Click a word to see its definition and examples\",\n  f3Tag:\"Vocabulary\", f3Title:\"Click-to-Define & Flashcards\",\n  f3Text:\"Click any word you don't know and it shows the definition along with every example of that word used elsewhere in the episode. On an upgraded account, you can click the star to save a word and turn it into a flashcard automatically.\",\n  f4ImgAlt:\"Background layer added behind subtitles for readability\",\n  f4Tag:\"Readability\", f4Title:\"Background Layer for Subtitles\",\n  f4Text:\"If the subtitles feel too small or hard to read against a busy scene, the button in the bottom-right corner adds a background layer behind them to make everything easier to read.\",\n  setupEyebrow:\"Practical Tips\", setupTitle:\"Five settings worth adjusting from day one\",\n  setupLead:\"A few tweaks the official page won't point out \u2014 they make a real difference to how much you actually learn.\",\n  s1Title:\"Start with both subtitles on \u2014 \", s1Text:\"Keep your native language and Chinese stacked together at first so you never lose the thread of the story while you're still building vocabulary.\",\n  s2Title:\"Turn on auto-pause early \u2014 \", s2Text:\"Letting the video pause after every line takes the pressure off \u2014 you can look up a word or just process the sentence before moving on.\",\n  s3Title:\"Star every word you look up \u2014 \", s3Text:\"Even without saving to a formal flashcard set, the click-to-define history gives you a record of exactly what you didn't know and when.\",\n  s4Title:\"Turn on the background layer for bright or busy scenes \u2014 \", s4Text:\"It costs nothing and saves you from squinting at subtitles lost against a light background.\",\n  s5Title:\"Pair it with a real dictionary app for anything it can't explain \u2014 \", s5Text:\"Click-to-define is fast but shallow; for stroke order, radicals, or deeper meaning, a dedicated dictionary app fills the gap.\",\n  pricingEyebrow:\"Practical Tips\", pricingTitle:\"Free vs. upgraded \u2014 what actually needs payment?\",\n  pricingLead:\"Most of what makes Language Reactor useful is free. The main thing locked behind an upgraded account is turning your saved words into a formal flashcard deck. Exact plans and limits change, so check the extension's own pricing page for the latest.\",\n  priceThFeature:\"Feature\", priceThFree:\"Free\", priceThPaid:\"Upgraded account\",\n  pr1Feature:\"Dual subtitles (native + target language)\", pr1Free:\"\u2713\", pr1Paid:\"\u2014\",\n  pr2Feature:\"Full side subtitle list\", pr2Free:\"\u2713\", pr2Paid:\"\u2014\",\n  pr3Feature:\"Auto-pause after each line\", pr3Free:\"\u2713\", pr3Paid:\"\u2014\",\n  pr4Feature:\"Click-to-define with in-episode examples\", pr4Free:\"\u2713\", pr4Paid:\"\u2014\",\n  pr5Feature:\"Background layer for readability\", pr5Free:\"\u2713\", pr5Paid:\"\u2014\",\n  pr6Feature:\"Saving starred words as flashcards\", pr6Free:\"\u2717\", pr6Paid:\"\u2713\",\n  pr7Feature:\"Extended review \/ study tools\", pr7Free:\"Limited\", pr7Paid:\"\u2713 Full features\",\n  pricingNote:\"Suggested approach: use every free feature as-is while you're still deciding whether the tool fits your routine. Only upgrade once you're consistently starring words and actually want them turned into a review deck.\",\n  levelsEyebrow:\"Practical Tips\", levelsTitle:\"What to focus on at each learning stage\",\n  lv1Lv:\"Beginner\", lv1Title:\"Just starting out\", lv1Text:\"Keep both subtitles on and auto-pause turned on \u2014 the goal is following the story without getting lost, not catching every word yet.\",\n  lv2Lv:\"Lower-Intermediate\", lv2Title:\"Building listening stamina\", lv2Text:\"Try hiding the native subtitles and relying on the Chinese line, using auto-pause and click-to-define whenever you get stuck.\",\n  lv3Lv:\"Upper-Intermediate\", lv3Title:\"Training natural speed\", lv3Text:\"Turn auto-pause off and let the video play through, only pausing yourself for words worth looking up \u2014 this builds real listening speed.\",\n  lv4Lv:\"Advanced\", lv4Title:\"Near real-time viewing\", lv4Text:\"Watch mostly subtitle-free, using the side transcript only as a backup when a line goes by too fast to catch.\",\n  faqEyebrow:\"FAQ\", faqTitle:\"Common Questions\",\n  q1:\"Does it work on Safari?\", a1:\"Not yet \u2014 right now it's Chrome-only. The developers have said Safari support is planned, but there's no confirmed date.\",\n  q2:\"Can I use it with the Netflix app?\", a2:\"No \u2014 it only works when you watch Netflix through the website inside Chrome, not the standalone Netflix app on desktop or mobile.\",\n  q3:\"Does it only work with Netflix?\", a3:\"No \u2014 it also works with YouTube, and can be used with books and websites, so it isn't limited to streaming video.\",\n  q4:\"My Netflix region doesn't have much Chinese content \u2014 what can I do?\", a4:\"This is a common complaint outside Asia. Some users change their Netflix region to somewhere like Taiwan or China to access a larger catalog, typically with a VPN \u2014 that's a personal choice with its own tradeoffs, so weigh it against Netflix's terms of service before deciding.\",\n  compareEyebrow:\"Practical Tips\", compareTitle:\"How it fits alongside other tools\",\n  compareLead:\"Language Reactor is built for learning through video \u2014 it isn't a replacement for a full dictionary app, and many learners use both together.\",\n  cThTool:\"Tool\", cThStrength:\"Strength\", cThBest:\"Best for\",\n  c1Tool:\"Language Reactor\", c1Strength:\"Dual subtitles, click-to-define, auto-pause, sentence-level flashcards\", c1Best:\"Learning through Netflix, YouTube, and other video content\",\n  c2Tool:\"Plain platform subtitles\", c2Strength:\"No setup, works everywhere\", c2Best:\"Casual watching without a learning goal\",\n  c3Tool:\"A standalone dictionary app (e.g. Pleco)\", c3Strength:\"Deeper dictionary entries, handwriting and OCR lookup, works fully offline\", c3Best:\"Looking up words outside of video, or going deeper on one you found while watching\",\n  compareNote:\"In practice: Language Reactor for watching and picking up new words naturally, a dedicated dictionary app for digging into anything it doesn't fully explain.\",\n  recommendEyebrow:\"Get Started\", footerTitle:\"Free, works on the shows you already watch \u2014 worth trying today\",\n  footerText:\"If you already spend time on Netflix or YouTube, Language Reactor turns that time into study time with almost no extra effort. Install it, pick your language, and start with both subtitles on.\",\n  disclaimer:\"This page is an independently compiled learning guide, not an official Language Reactor page. Features and pricing change frequently \u2014 check the extension's official page or Chrome Web Store listing for the latest information.\"\n},\nja: {\n  heroEyebrow:\"\u62e1\u5f35\u6a5f\u80fd\u30ac\u30a4\u30c9\", heroTitle:\"Language Reactor\", heroSub:\"Netflix\u3084YouTube\u3092\u8a9e\u5b66\u30ec\u30c3\u30b9\u30f3\u306b\u5909\u3048\u308b\u30c7\u30e5\u30a2\u30eb\u5b57\u5e55\u30c4\u30fc\u30eb\",\n  heroLead:\"Netflix\u3084YouTube\u3001\u66f8\u7c4d\u3084\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306b\u4e8c\u304b\u56fd\u8a9e\u5b57\u5e55\u3001\u30af\u30ea\u30c3\u30af\u3067\u610f\u5473\u8868\u793a\u3001\u81ea\u52d5\u4e00\u6642\u505c\u6b62\u6a5f\u80fd\u3092\u8ffd\u52a0\u3067\u304d\u308b\u7121\u6599\u306eChrome\u62e1\u5f35\u6a5f\u80fd\u3002\u3053\u306e\u8a18\u4e8b\u3067\u306f\u4e3b\u306a\u6a5f\u80fd\u306b\u52a0\u3048\u3001\u516c\u5f0f\u30da\u30fc\u30b8\u306b\u306f\u8f09\u3063\u3066\u3044\u306a\u3044\u5b9f\u7528\u7684\u306a\u30b3\u30c4\u3082\u7d39\u4ecb\u3057\u307e\u3059\u3002\",\n  btnWebsite:\"\u62e1\u5f35\u6a5f\u80fd\u3092\u5165\u624b\",\n  chip1:\"\u7121\u6599\u306eChrome\u62e1\u5f35\u6a5f\u80fd\", chip2:\"\u7e41\u4f53\u5b57\u30fb\u7c21\u4f53\u5b57\u306b\u5bfe\u5fdc\", chip3:\"Netflix\u30fbYouTube\u30fb\u66f8\u7c4d\u30fb\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u3067\u4f7f\u7528\u53ef\u80fd\", chip4:\"\u5358\u8a9e\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3060\u3051\u3067\u610f\u5473\u8868\u793a\",\n  heroImgAlt:\"Language Reactor \u62e1\u5f35\u6a5f\u80fd\u306e\u30ab\u30d0\u30fc\u753b\u50cf\",\n  startEyebrow:\"\u306f\u3058\u3081\u306b\", startTitle:\"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3001Netflix\u304bYouTube\u3092\u958b\u3044\u3066\u3001\u8a00\u8a9e\u3092\u9078\u3076\u3060\u3051\",\n  startLead:\"\u672c\u5f53\u306b\u3053\u308c\u3060\u3051\u3067\u3059\u2014\u2014\u305f\u3060\u3057\u4eca\u306e\u3068\u3053\u308dChrome\u9650\u5b9a\u3067\u3059\u3002\",\n  step1:\"\u62e1\u5f35\u6a5f\u80fd\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u2014\u2014\u73fe\u6642\u70b9\u3067\u306fGoogle Chrome\u306e\u307f\u5bfe\u5fdc\u3002\u958b\u767a\u8005\u306b\u3088\u308b\u3068Safari\u5bfe\u5fdc\u3082\u4e88\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u307e\u3060\u5229\u7528\u3067\u304d\u307e\u305b\u3093\u3002\",\n  step2:\"Chrome\u5185\u3067Netflix\u304bYouTube\u3092\u958b\u304f\u2014\u2014Netflix\u306e\u5834\u5408\u306f\u3001Netflix\u30a2\u30d7\u30ea\u3067\u306f\u306a\u304f\u30d6\u30e9\u30a6\u30b6\u7248\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\",\n  step3:\"\u6bcd\u8a9e\u3092\u9078\u629e\u2014\u2014\u4e00\u5ea6\u8a2d\u5b9a\u3059\u308c\u3070\u3001\u3042\u3068\u306f\u4e8c\u304b\u56fd\u8a9e\u5b57\u5e55\u4ed8\u304d\u3067\u8996\u8074\u3067\u304d\u307e\u3059\u3002\",\n  introEyebrow:\"\u6982\u8981\", introTitle:\"\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u52d5\u753b\u304c\u30ec\u30c3\u30b9\u30f3\u306b\u5909\u308f\u308b\",\n  introText1:\"Language Reactor\u306f\u3001\u6559\u79d1\u66f8\u306e\u4f1a\u8a71\u3067\u306f\u306a\u304f\u30c9\u30e9\u30de\u3084YouTube\u52d5\u753b\u3001\u66f8\u7c4d\u3001\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u3068\u3044\u3063\u305f\u751f\u304d\u305f\u6559\u6750\u3067\u5b66\u3076\u305f\u3081\u306b\u4f5c\u3089\u308c\u305f\u30d6\u30e9\u30a6\u30b6\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002\u8996\u8074\u4e2d\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u3082\u3046\u4e00\u6bb5\u5b57\u5e55\u3092\u91cd\u306d\u3066\u8868\u793a\u3057\u3001\u5358\u8a9e\u3092\u30af\u30ea\u30c3\u30af\u3059\u308c\u3070\u610f\u5473\u304c\u3059\u3050\u308f\u304b\u308a\u3001\u884c\u3054\u3068\u306b\u81ea\u52d5\u3067\u4e00\u6642\u505c\u6b62\u3055\u305b\u308b\u3053\u3068\u3082\u3067\u304d\u308b\u306e\u3067\u3001\u805e\u304d\u53d6\u308c\u306a\u304b\u3063\u305f\u90e8\u5206\u3082\u304d\u3061\u3093\u3068\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002\",\n  introText2:\"\u7e41\u4f53\u5b57\u30fb\u7c21\u4f53\u5b57\u3069\u3061\u3089\u306b\u3082\u5bfe\u5fdc\u3057\u3066\u3044\u308b\u307b\u304b\u3001\u97d3\u56fd\u8a9e\u3084\u65e5\u672c\u8a9e\u306a\u3069\u4ed6\u306e\u8a00\u8a9e\u3067\u3082\u540c\u3058\u3088\u3046\u306b\u4f7f\u3048\u307e\u3059\u3002\u8907\u6570\u306e\u8a00\u8a9e\u3092\u540c\u6642\u306b\u5b66\u3093\u3067\u3044\u308b\u4eba\u3067\u3082\u3001\u3053\u306e\u4e00\u3064\u306e\u62e1\u5f35\u6a5f\u80fd\u3067\u307e\u3068\u3081\u3066\u5bfe\u5fdc\u3067\u304d\u307e\u3059\u3002\",\n  featuresEyebrow:\"\u4e3b\u306a\u6a5f\u80fd\", featuresTitle:\"\u30dc\u30bf\u30f3\u3072\u3068\u3064\u3067\u30aa\u30f3\u306b\u306a\u308b\u6a5f\u80fd\u305f\u3061\",\n  f1ImgAlt:\"LR\u30dc\u30bf\u30f3\u3068\u4e8c\u304b\u56fd\u8a9e\u5b57\u5e55\",\n  f1Tag:\"\u4e8c\u304b\u56fd\u8a9e\u5b57\u5e55\", f1Title:\"LR\u30dc\u30bf\u30f3\u30682\u8a00\u8a9e\u5b57\u5e55\",\n  f1Text:\"\u97f3\u91cf\u8abf\u6574\u306e\u96a3\u306b\u3042\u308bLR\u30dc\u30bf\u30f3\u3092\u30aa\u30f3\u306b\u3059\u308b\u3068\u3001\u3059\u3079\u3066\u306e\u6a5f\u80fd\u304c\u4e00\u5ea6\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059\u3002\u305f\u3060\u52d5\u753b\u3092\u697d\u3057\u307f\u305f\u3044\u3068\u304d\u306f\u3044\u3064\u3067\u3082\u30aa\u30d5\u306b\u3067\u304d\u307e\u3059\u3002\u4e0a\u6bb5\u306e\u5b57\u5e55\u306f\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u5074\u3067\u9078\u3093\u3060\u8a00\u8a9e\u3067\u3001\u7c21\u4f53\u5b57\u30fb\u7e41\u4f53\u5b57\u306f\u3082\u3061\u308d\u3093\u3001\u97d3\u56fd\u8a9e\u3084\u65e5\u672c\u8a9e\u306a\u3069\u306b\u3082\u5207\u308a\u66ff\u3048\u3089\u308c\u307e\u3059\u3002\",\n  f2ImgAlt:\"\u30b5\u30a4\u30c9\u5b57\u5e55\u30ea\u30b9\u30c8\u3068\u81ea\u52d5\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\",\n  f2Tag:\"\u5168\u6587\u8868\u793a\", f2Title:\"\u30b5\u30a4\u30c9\u5b57\u5e55\u30ea\u30b9\u30c8\u3068\u81ea\u52d5\u4e00\u6642\u505c\u6b62\",\n  f2Text:\"\u52d5\u753b\u53f3\u5074\u306e\u30d1\u30cd\u30eb\u306b\u306f\u5b57\u5e55\u5168\u4f53\u304c\u4e00\u89a7\u8868\u793a\u3055\u308c\u3001\u5148\u3084\u524d\u306e\u884c\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002\u591a\u3044\u3068\u611f\u3058\u305f\u3089\u3044\u3064\u3067\u3082\u975e\u8868\u793a\u306b\u3067\u304d\u307e\u3059\u3002\u5c0f\u3055\u306aAP\uff08\u81ea\u52d5\u4e00\u6642\u505c\u6b62\uff09\u30dc\u30bf\u30f3\u3092\u30aa\u30f3\u306b\u3059\u308b\u3068\u3001\u65b0\u3057\u3044\u5b57\u5e55\u304c\u8868\u793a\u3055\u308c\u308b\u305f\u3073\u306b\u52d5\u753b\u304c\u4e00\u6642\u505c\u6b62\u3057\u3001\u52d5\u753b\u3084\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308c\u3070\u518d\u751f\u3092\u518d\u958b\u3057\u307e\u3059\u3002\u81ea\u5206\u306e\u30da\u30fc\u30b9\u3067\u5b66\u7fd2\u3059\u308b\u306e\u306b\u6700\u3082\u5f79\u7acb\u3064\u6a5f\u80fd\u3067\u3059\u3002\",\n  f3ImgAlt:\"\u5358\u8a9e\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u610f\u5473\u3068\u4f8b\u6587\u304c\u8868\u793a\u3055\u308c\u308b\",\n  f3Tag:\"\u5358\u8a9e\u5b66\u7fd2\", f3Title:\"\u30af\u30ea\u30c3\u30af\u3067\u610f\u5473\u8868\u793a\u3068\u30d5\u30e9\u30c3\u30b7\u30e5\u30ab\u30fc\u30c9\",\n  f3Text:\"\u308f\u304b\u3089\u306a\u3044\u5358\u8a9e\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u610f\u5473\u3068\u305d\u306e\u30a8\u30d4\u30bd\u30fc\u30c9\u5185\u3067\u306e\u4f7f\u7528\u4f8b\u304c\u3059\u3079\u3066\u8868\u793a\u3055\u308c\u307e\u3059\u3002\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3057\u305f\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u306f\u3001\u661f\u30de\u30fc\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u5358\u8a9e\u3092\u4fdd\u5b58\u3057\u3001\u81ea\u52d5\u3067\u30d5\u30e9\u30c3\u30b7\u30e5\u30ab\u30fc\u30c9\u306b\u5909\u63db\u3067\u304d\u307e\u3059\u3002\",\n  f4ImgAlt:\"\u5b57\u5e55\u306e\u5f8c\u308d\u306b\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u3092\u8ffd\u52a0\u3057\u305f\u753b\u9762\",\n  f4Tag:\"\u898b\u3084\u3059\u3055\", f4Title:\"\u5b57\u5e55\u7528\u306e\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\",\n  f4Text:\"\u5b57\u5e55\u304c\u5c0f\u3055\u3059\u304e\u305f\u308a\u3001\u753b\u9762\u304c\u8907\u96d1\u3067\u8aad\u307f\u306b\u304f\u3044\u3068\u611f\u3058\u305f\u3089\u3001\u53f3\u4e0b\u306e\u30dc\u30bf\u30f3\u3067\u5b57\u5e55\u306e\u5f8c\u308d\u306b\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u3092\u8ffd\u52a0\u3067\u304d\u3001\u3050\u3063\u3068\u898b\u3084\u3059\u304f\u306a\u308a\u307e\u3059\u3002\",\n  setupEyebrow:\"\u5b9f\u7528\u30d2\u30f3\u30c8\", setupTitle:\"\u6700\u521d\u306b\u8abf\u6574\u3057\u3066\u304a\u304d\u305f\u30445\u3064\u306e\u8a2d\u5b9a\",\n  setupLead:\"\u516c\u5f0f\u30da\u30fc\u30b8\u306b\u306f\u66f8\u304b\u308c\u3066\u3044\u306a\u3044\u8abf\u6574\u30dd\u30a4\u30f3\u30c8\u3067\u3059\u3002\u5b66\u7fd2\u52b9\u679c\u306b\u76f4\u7d50\u3057\u307e\u3059\u3002\",\n  s1Title:\"\u6700\u521d\u306f\u4e21\u65b9\u306e\u5b57\u5e55\u3092\u30aa\u30f3\u306b\u3059\u308b \u2014 \", s1Text:\"\u6bcd\u8a9e\u3068\u4e2d\u56fd\u8a9e\u3092\u4e21\u65b9\u8868\u793a\u3057\u3066\u304a\u3051\u3070\u3001\u307e\u3060\u8a9e\u5f59\u304c\u5c11\u306a\u304f\u3066\u3082\u30b9\u30c8\u30fc\u30ea\u30fc\u306e\u6d41\u308c\u3092\u898b\u5931\u3044\u307e\u305b\u3093\u3002\",\n  s2Title:\"\u65e9\u3044\u6bb5\u968e\u3067\u81ea\u52d5\u4e00\u6642\u505c\u6b62\u3092\u30aa\u30f3\u306b\u3059\u308b \u2014 \", s2Text:\"\u884c\u3054\u3068\u306b\u52d5\u753b\u304c\u6b62\u307e\u308b\u3053\u3068\u3067\u30d7\u30ec\u30c3\u30b7\u30e3\u30fc\u304c\u306a\u304f\u306a\u308a\u3001\u5358\u8a9e\u3092\u8abf\u3079\u305f\u308a\u6587\u3092\u7406\u89e3\u3057\u305f\u308a\u3059\u308b\u4f59\u88d5\u304c\u751f\u307e\u308c\u307e\u3059\u3002\",\n  s3Title:\"\u8abf\u3079\u305f\u5358\u8a9e\u306b\u306f\u6bce\u56de\u661f\u3092\u3064\u3051\u308b \u2014 \", s3Text:\"\u6b63\u5f0f\u306a\u30d5\u30e9\u30c3\u30b7\u30e5\u30ab\u30fc\u30c9\u306b\u3057\u306a\u304f\u3066\u3082\u3001\u30af\u30ea\u30c3\u30af\u3057\u305f\u5c65\u6b74\u304c\u300c\u3044\u3064\u3001\u4f55\u304c\u308f\u304b\u3089\u306a\u304b\u3063\u305f\u304b\u300d\u306e\u8a18\u9332\u306b\u306a\u308a\u307e\u3059\u3002\",\n  s4Title:\"\u660e\u308b\u3044\u30fb\u8907\u96d1\u306a\u30b7\u30fc\u30f3\u3067\u306f\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u3092\u30aa\u30f3\u306b \u2014 \", s4Text:\"\u30b3\u30b9\u30c8\u306f\u30bc\u30ed\u3067\u3001\u80cc\u666f\u306b\u57cb\u3082\u308c\u3066\u8aad\u307f\u306b\u304f\u3044\u5b57\u5e55\u3092\u9632\u3052\u307e\u3059\u3002\",\n  s5Title:\"\u8aac\u660e\u3057\u304d\u308c\u306a\u3044\u90e8\u5206\u306f\u8f9e\u66f8\u30a2\u30d7\u30ea\u3068\u4f75\u7528\u3059\u308b \u2014 \", s5Text:\"\u30af\u30ea\u30c3\u30af\u3067\u306e\u610f\u5473\u8868\u793a\u306f\u901f\u3044\u3067\u3059\u304c\u6d45\u3044\u306e\u3067\u3001\u7b46\u9806\u3084\u90e8\u9996\u3001\u8a73\u3057\u3044\u610f\u5473\u306f\u5c02\u7528\u306e\u8f9e\u66f8\u30a2\u30d7\u30ea\u3067\u88dc\u3044\u307e\u3057\u3087\u3046\u3002\",\n  pricingEyebrow:\"\u5b9f\u7528\u30d2\u30f3\u30c8\", pricingTitle:\"\u7121\u6599\u7248\u3068\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3001\u4f55\u304c\u6709\u6599\u306b\u306a\u308b\uff1f\",\n  pricingLead:\"Language Reactor\u3092\u4fbf\u5229\u306b\u3057\u3066\u3044\u308b\u6a5f\u80fd\u306e\u5927\u90e8\u5206\u306f\u7121\u6599\u3067\u3059\u3002\u6709\u6599\u306b\u306a\u308b\u306e\u306f\u4e3b\u306b\u3001\u4fdd\u5b58\u3057\u305f\u5358\u8a9e\u3092\u6b63\u5f0f\u306a\u30d5\u30e9\u30c3\u30b7\u30e5\u30ab\u30fc\u30c9\u30bb\u30c3\u30c8\u306b\u5909\u63db\u3059\u308b\u90e8\u5206\u3002\u30d7\u30e9\u30f3\u3084\u4e0a\u9650\u306f\u5909\u308f\u308b\u3053\u3068\u304c\u3042\u308b\u305f\u3081\u3001\u6700\u65b0\u60c5\u5831\u306f\u62e1\u5f35\u6a5f\u80fd\u516c\u5f0f\u306e\u6599\u91d1\u30da\u30fc\u30b8\u3067\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\n  priceThFeature:\"\u6a5f\u80fd\", priceThFree:\"\u7121\u6599\u7248\", priceThPaid:\"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\",\n  pr1Feature:\"\u4e8c\u304b\u56fd\u8a9e\u5b57\u5e55\uff08\u6bcd\u8a9e\uff0b\u5b66\u7fd2\u8a00\u8a9e\uff09\", pr1Free:\"\u2713\", pr1Paid:\"\u2014\",\n  pr2Feature:\"\u30b5\u30a4\u30c9\u5b57\u5e55\u30ea\u30b9\u30c8\u5168\u4f53\u8868\u793a\", pr2Free:\"\u2713\", pr2Paid:\"\u2014\",\n  pr3Feature:\"\u884c\u3054\u3068\u306e\u81ea\u52d5\u4e00\u6642\u505c\u6b62\", pr3Free:\"\u2713\", pr3Paid:\"\u2014\",\n  pr4Feature:\"\u30af\u30ea\u30c3\u30af\u3067\u306e\u610f\u5473\u8868\u793a\u3068\u30a8\u30d4\u30bd\u30fc\u30c9\u5185\u4f8b\u6587\", pr4Free:\"\u2713\", pr4Paid:\"\u2014\",\n  pr5Feature:\"\u5b57\u5e55\u7528\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\", pr5Free:\"\u2713\", pr5Paid:\"\u2014\",\n  pr6Feature:\"\u661f\u3092\u3064\u3051\u305f\u5358\u8a9e\u306e\u30d5\u30e9\u30c3\u30b7\u30e5\u30ab\u30fc\u30c9\u4fdd\u5b58\", pr6Free:\"\u2717\", pr6Paid:\"\u2713\",\n  pr7Feature:\"\u62e1\u5f35\u3055\u308c\u305f\u5fa9\u7fd2\u30fb\u5b66\u7fd2\u30c4\u30fc\u30eb\", pr7Free:\"\u4e00\u90e8\u5236\u9650\u3042\u308a\", pr7Paid:\"\u2713 \u30d5\u30eb\u6a5f\u80fd\",\n  pricingNote:\"\u304a\u3059\u3059\u3081\u306e\u9032\u3081\u65b9\uff1a\u81ea\u5206\u306e\u5b66\u7fd2\u30b9\u30bf\u30a4\u30eb\u306b\u5408\u3046\u304b\u898b\u6975\u3081\u3066\u3044\u308b\u9593\u306f\u3001\u7121\u6599\u6a5f\u80fd\u3092\u305d\u306e\u307e\u307e\u4f7f\u3044\u5012\u3057\u307e\u3057\u3087\u3046\u3002\u5358\u8a9e\u306b\u7d99\u7d9a\u3057\u3066\u661f\u3092\u3064\u3051\u308b\u3088\u3046\u306b\u306a\u308a\u3001\u5fa9\u7fd2\u7528\u306e\u30ab\u30fc\u30c9\u30bb\u30c3\u30c8\u3068\u3057\u3066\u4f7f\u3044\u305f\u3044\u3068\u611f\u3058\u3066\u304b\u3089\u3001\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3092\u691c\u8a0e\u3059\u308c\u3070\u5341\u5206\u3067\u3059\u3002\",\n  levelsEyebrow:\"\u5b9f\u7528\u30d2\u30f3\u30c8\", levelsTitle:\"\u5b66\u7fd2\u6bb5\u968e\u5225\u3001\u529b\u3092\u5165\u308c\u308b\u30dd\u30a4\u30f3\u30c8\",\n  lv1Lv:\"\u5165\u9580\", lv1Title:\"\u5b66\u3073\u59cb\u3081\", lv1Text:\"\u4e21\u65b9\u306e\u5b57\u5e55\u3068\u81ea\u52d5\u4e00\u6642\u505c\u6b62\u3092\u30aa\u30f3\u306b\u3057\u3066\u304a\u304d\u307e\u3057\u3087\u3046\u3002\u3059\u3079\u3066\u306e\u5358\u8a9e\u3092\u805e\u304d\u53d6\u308b\u3053\u3068\u3088\u308a\u3001\u307e\u305a\u30b9\u30c8\u30fc\u30ea\u30fc\u3092\u898b\u5931\u308f\u306a\u3044\u3053\u3068\u304c\u76ee\u6a19\u3067\u3059\u3002\",\n  lv2Lv:\"\u521d\u4e2d\u7d1a\", lv2Title:\"\u30ea\u30b9\u30cb\u30f3\u30b0\u4f53\u529b\u3092\u3064\u3051\u308b\u6642\u671f\", lv2Text:\"\u6bcd\u8a9e\u5b57\u5e55\u3092\u975e\u8868\u793a\u306b\u3057\u3066\u4e2d\u56fd\u8a9e\u5b57\u5e55\u3060\u3051\u306b\u983c\u3063\u3066\u307f\u307e\u3057\u3087\u3046\u3002\u884c\u304d\u8a70\u307e\u3063\u305f\u3068\u304d\u3060\u3051\u81ea\u52d5\u4e00\u6642\u505c\u6b62\u3068\u30af\u30ea\u30c3\u30af\u691c\u7d22\u3092\u4f7f\u3044\u307e\u3059\u3002\",\n  lv3Lv:\"\u4e2d\u4e0a\u7d1a\", lv3Title:\"\u81ea\u7136\u306a\u901f\u5ea6\u306b\u6163\u308c\u308b\u6642\u671f\", lv3Text:\"\u81ea\u52d5\u4e00\u6642\u505c\u6b62\u3092\u30aa\u30d5\u306b\u3057\u3066\u52d5\u753b\u3092\u901a\u3057\u3067\u518d\u751f\u3057\u3001\u8abf\u3079\u305f\u3044\u5358\u8a9e\u304c\u3042\u308b\u3068\u304d\u3060\u3051\u81ea\u5206\u3067\u6b62\u3081\u307e\u3057\u3087\u3046\u3002\u3053\u308c\u304c\u672c\u5f53\u306e\u30ea\u30b9\u30cb\u30f3\u30b0\u901f\u5ea6\u3092\u935b\u3048\u307e\u3059\u3002\",\n  lv4Lv:\"\u4e0a\u7d1a\", lv4Title:\"\u307b\u307c\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u8996\u8074\u3059\u308b\u6642\u671f\", lv4Text:\"\u5b57\u5e55\u306a\u3057\u3067\u8996\u8074\u3059\u308b\u306e\u3092\u57fa\u672c\u306b\u3057\u3001\u805e\u304d\u53d6\u308c\u306a\u304b\u3063\u305f\u884c\u304c\u3042\u3063\u305f\u3068\u304d\u3060\u3051\u30b5\u30a4\u30c9\u306e\u5168\u6587\u8868\u793a\u3092\u78ba\u8a8d\u3059\u308b\u7a0b\u5ea6\u306b\u3068\u3069\u3081\u307e\u3057\u3087\u3046\u3002\",\n  faqEyebrow:\"\u3088\u304f\u3042\u308b\u8cea\u554f\", faqTitle:\"FAQ\",\n  q1:\"Safari\u3067\u3082\u4f7f\u3048\u307e\u3059\u304b\uff1f\", a1:\"\u73fe\u6642\u70b9\u3067\u306f\u4f7f\u3048\u307e\u305b\u3093\u3002\u4eca\u306fChrome\u306e\u307f\u5bfe\u5fdc\u3067\u3059\u3002\u958b\u767a\u8005\u306fSafari\u5bfe\u5fdc\u3092\u4e88\u5b9a\u3057\u3066\u3044\u308b\u3068\u767a\u8868\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u78ba\u5b9a\u3057\u305f\u6642\u671f\u306f\u307e\u3060\u3042\u308a\u307e\u305b\u3093\u3002\",\n  q2:\"Netflix\u30a2\u30d7\u30ea\u3067\u3082\u4f7f\u3048\u307e\u3059\u304b\uff1f\", a2:\"\u4f7f\u3048\u307e\u305b\u3093\u3002\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u3084\u30e2\u30d0\u30a4\u30eb\u306eNetflix\u30a2\u30d7\u30ea\u3067\u306f\u306a\u304f\u3001Chrome\u30d6\u30e9\u30a6\u30b6\u5185\u3067Netflix\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u3092\u958b\u3044\u305f\u3068\u304d\u306e\u307f\u52d5\u4f5c\u3057\u307e\u3059\u3002\",\n  q3:\"Netflix\u3060\u3051\u3067\u3057\u304b\u4f7f\u3048\u307e\u305b\u3093\u304b\uff1f\", a3:\"\u3044\u3044\u3048\u3002YouTube\u3067\u3082\u4f7f\u3048\u308b\u307b\u304b\u3001\u66f8\u7c4d\u3084\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306b\u3082\u5bfe\u5fdc\u3057\u3066\u3044\u308b\u306e\u3067\u3001\u52d5\u753b\u914d\u4fe1\u30b5\u30fc\u30d3\u30b9\u306b\u9650\u5b9a\u3055\u308c\u307e\u305b\u3093\u3002\",\n  q4:\"\u81ea\u5206\u306e\u5730\u57df\u306eNetflix\u306b\u306f\u4e2d\u56fd\u8a9e\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u3042\u307e\u308a\u3042\u308a\u307e\u305b\u3093\u3002\u3069\u3046\u3059\u308c\u3070\u3044\u3044\u3067\u3059\u304b\uff1f\", a4:\"\u30a2\u30b8\u30a2\u570f\u4ee5\u5916\u3067\u306f\u3088\u304f\u3042\u308b\u60a9\u307f\u3067\u3059\u3002\u53f0\u6e7e\u3084\u4e2d\u56fd\u306a\u3069\u5225\u306e\u5730\u57df\u306b\u8a2d\u5b9a\u3092\u5909\u66f4\u3057\u3001\u3088\u308a\u591a\u304f\u306e\u4f5c\u54c1\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u305f\u3081\u306bVPN\u3092\u5229\u7528\u3059\u308b\u4eba\u3082\u3044\u307e\u3059\u304c\u3001\u3053\u308c\u306f\u500b\u4eba\u306e\u5224\u65ad\u306b\u3088\u308b\u3082\u306e\u3067\u3001\u305d\u308c\u305e\u308c\u306b\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5\u304c\u3042\u308a\u307e\u3059\u3002\u6c7a\u3081\u308b\u524d\u306bNetflix\u306e\u5229\u7528\u898f\u7d04\u3068\u7167\u3089\u3057\u5408\u308f\u305b\u3066\u691c\u8a0e\u3057\u307e\u3057\u3087\u3046\u3002\",\n  compareEyebrow:\"\u5b9f\u7528\u30d2\u30f3\u30c8\", compareTitle:\"\u4ed6\u306e\u30c4\u30fc\u30eb\u3068\u306e\u4f7f\u3044\u5206\u3051\",\n  compareLead:\"Language Reactor\u306f\u52d5\u753b\u3067\u5b66\u3076\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3042\u308a\u3001\u672c\u683c\u7684\u306a\u8f9e\u66f8\u30a2\u30d7\u30ea\u306e\u4ee3\u308f\u308a\u306b\u306f\u306a\u308a\u307e\u305b\u3093\u3002\u4e21\u65b9\u3092\u4f75\u7528\u3057\u3066\u3044\u308b\u5b66\u7fd2\u8005\u3082\u591a\u304f\u3044\u307e\u3059\u3002\",\n  cThTool:\"\u30c4\u30fc\u30eb\", cThStrength:\"\u7279\u5fb4\", cThBest:\"\u5411\u3044\u3066\u3044\u308b\u5834\u9762\",\n  c1Tool:\"Language Reactor\", c1Strength:\"\u4e8c\u304b\u56fd\u8a9e\u5b57\u5e55\u3001\u30af\u30ea\u30c3\u30af\u3067\u610f\u5473\u8868\u793a\u3001\u81ea\u52d5\u4e00\u6642\u505c\u6b62\u3001\u6587\u5358\u4f4d\u306e\u30d5\u30e9\u30c3\u30b7\u30e5\u30ab\u30fc\u30c9\", c1Best:\"Netflix\u30fbYouTube\u306a\u3069\u52d5\u753b\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u5b66\u3076\u4eba\",\n  c2Tool:\"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u6a19\u6e96\u5b57\u5e55\", c2Strength:\"\u8a2d\u5b9a\u4e0d\u8981\u3067\u3069\u3053\u3067\u3082\u4f7f\u3048\u308b\", c2Best:\"\u5b66\u7fd2\u76ee\u7684\u3092\u6301\u305f\u305a\u306b\u6c17\u8efd\u306b\u8996\u8074\u3057\u305f\u3044\u3068\u304d\",\n  c3Tool:\"\u5358\u4f53\u306e\u8f9e\u66f8\u30a2\u30d7\u30ea\uff08Pleco\u306a\u3069\uff09\", c3Strength:\"\u3088\u308a\u8a73\u3057\u3044\u8f9e\u66f8\u60c5\u5831\u3001\u624b\u66f8\u304d\u30fbOCR\u691c\u7d22\u3001\u5b8c\u5168\u30aa\u30d5\u30e9\u30a4\u30f3\u5bfe\u5fdc\", c3Best:\"\u52d5\u753b\u4ee5\u5916\u3067\u5358\u8a9e\u3092\u8abf\u3079\u305f\u3044\u3068\u304d\u3001\u8996\u8074\u4e2d\u306b\u898b\u3064\u3051\u305f\u5358\u8a9e\u3092\u3055\u3089\u306b\u6df1\u304f\u8abf\u3079\u305f\u3044\u3068\u304d\",\n  compareNote:\"\u5b9f\u969b\u306e\u4f7f\u3044\u65b9\uff1a\u8996\u8074\u3057\u306a\u304c\u3089\u81ea\u7136\u306b\u65b0\u3057\u3044\u5358\u8a9e\u3092\u62fe\u3046\u306e\u306fLanguage Reactor\u3001\u305d\u308c\u3060\u3051\u3067\u306f\u7269\u8db3\u308a\u306a\u3044\u90e8\u5206\u3092\u6df1\u6398\u308a\u3059\u308b\u306e\u306f\u5c02\u7528\u306e\u8f9e\u66f8\u30a2\u30d7\u30ea\u3001\u3068\u3044\u3046\u7d44\u307f\u5408\u308f\u305b\u304c\u4e00\u822c\u7684\u3067\u3059\u3002\",\n  recommendEyebrow:\"\u59cb\u3081\u307e\u3057\u3087\u3046\", footerTitle:\"\u7121\u6599\u3067\u3001\u3044\u3064\u3082\u898b\u3066\u3044\u308b\u756a\u7d44\u3067\u305d\u306e\u307e\u307e\u4f7f\u3048\u308b\u2014\u2014\u8a66\u3055\u306a\u3044\u7406\u7531\u304c\u306a\u3044\",\n  footerText:\"\u3059\u3067\u306bNetflix\u3084YouTube\u3092\u898b\u308b\u7fd2\u6163\u304c\u3042\u308b\u306a\u3089\u3001Language Reactor\u306f\u305d\u306e\u6642\u9593\u3092\u307b\u307c\u305d\u306e\u307e\u307e\u5b66\u7fd2\u6642\u9593\u306b\u5909\u3048\u3066\u304f\u308c\u307e\u3059\u3002\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u8a00\u8a9e\u3092\u9078\u3073\u3001\u307e\u305a\u306f\u4e21\u65b9\u306e\u5b57\u5e55\u3092\u30aa\u30f3\u306b\u3057\u3066\u59cb\u3081\u3066\u307f\u307e\u3057\u3087\u3046\u3002\",\n  disclaimer:\"\u3053\u306e\u30da\u30fc\u30b8\u306f\u500b\u4eba\u304c\u4f5c\u6210\u3057\u305f\u5b66\u7fd2\u30ac\u30a4\u30c9\u3067\u3042\u308a\u3001Language Reactor\u306e\u516c\u5f0f\u30da\u30fc\u30b8\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6a5f\u80fd\u3084\u4fa1\u683c\u306f\u983b\u7e41\u306b\u5909\u66f4\u3055\u308c\u308b\u305f\u3081\u3001\u6700\u65b0\u60c5\u5831\u306f\u62e1\u5f35\u6a5f\u80fd\u306e\u516c\u5f0f\u30da\u30fc\u30b8\u307e\u305f\u306fChrome\u30a6\u30a7\u30d6\u30b9\u30c8\u30a2\u3067\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002\"\n},\nko: {\n  heroEyebrow:\"\ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8 \uac00\uc774\ub4dc\", heroTitle:\"Language Reactor\", heroSub:\"\ub137\ud50c\ub9ad\uc2a4\uc640 \uc720\ud29c\ube0c\ub97c \uc5b4\ud559 \uc218\uc5c5\uc73c\ub85c \ubc14\uafd4\uc8fc\ub294 \uc774\uc911 \uc790\ub9c9 \ub3c4\uad6c\",\n  heroLead:\"\ub137\ud50c\ub9ad\uc2a4, \uc720\ud29c\ube0c, \ucc45, \uc6f9\uc0ac\uc774\ud2b8\uc5d0 \uc774\uc911 \uc790\ub9c9, \ud074\ub9ad \ud55c \ubc88\uc73c\ub85c \ub73b \ubcf4\uae30, \uc790\ub3d9 \uc77c\uc2dc\uc815\uc9c0 \uae30\ub2a5\uc744 \ub354\ud574\uc8fc\ub294 \ubb34\ub8cc \ud06c\ub86c \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4. \uc774 \uac00\uc774\ub4dc\ub294 \ud575\uc2ec \uae30\ub2a5\uacfc \ud568\uaed8 \uacf5\uc2dd \ud398\uc774\uc9c0\uc5d0\ub294 \uc5c6\ub294 \uc2e4\uc6a9\uc801\uc778 \ud301\uae4c\uc9c0 \uc815\ub9ac\ud588\uc2b5\ub2c8\ub2e4.\",\n  btnWebsite:\"\ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8 \uc124\uce58\",\n  chip1:\"\ubb34\ub8cc \ud06c\ub86c \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\", chip2:\"\ubc88\uccb4\uc790\u30fb\uac04\uccb4\uc790 \ubaa8\ub450 \uc9c0\uc6d0\", chip3:\"\ub137\ud50c\ub9ad\uc2a4\u30fb\uc720\ud29c\ube0c\u30fb\ucc45\u30fb\uc6f9\uc0ac\uc774\ud2b8\uc5d0\uc11c \uc0ac\uc6a9 \uac00\ub2a5\", chip4:\"\ub2e8\uc5b4\ub97c \ud074\ub9ad\ud558\uba74 \ubc14\ub85c \ub73b \ud655\uc778\",\n  heroImgAlt:\"Language Reactor \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8 \ucee4\ubc84 \uc774\ubbf8\uc9c0\",\n  startEyebrow:\"\uc2dc\uc791\ud558\uae30\", startTitle:\"\uc124\uce58\ud558\uace0, \ub137\ud50c\ub9ad\uc2a4\ub098 \uc720\ud29c\ube0c\ub97c \uc5f4\uace0, \uc5b8\uc5b4\ub97c \uc120\ud0dd\ud558\uba74 \ub05d\",\n  startLead:\"\uc815\ub9d0 \uc774\uac8c \uc804\ubd80\uc785\ub2c8\ub2e4\u2014\u2014\ub2e4\ub9cc \ud604\uc7ac\ub294 \ud06c\ub86c \uc804\uc6a9\uc785\ub2c8\ub2e4.\",\n  step1:\"\ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8 \uc124\uce58 \u2014 \ud604\uc7ac\ub294 \uad6c\uae00 \ud06c\ub86c\uc5d0\uc11c\ub9cc \uc791\ub3d9\ud569\ub2c8\ub2e4. \uac1c\ubc1c\ud300\uc740 \uc0ac\ud30c\ub9ac \uc9c0\uc6d0\uc744 \uacc4\ud68d\ud558\uace0 \uc788\ub2e4\uace0 \ubc1d\ud614\uc9c0\ub9cc \uc544\uc9c1 \uc81c\uacf5\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\",\n  step2:\"\ud06c\ub86c\uc5d0\uc11c \ub137\ud50c\ub9ad\uc2a4\ub098 \uc720\ud29c\ube0c \uc5f4\uae30 \u2014 \ub137\ud50c\ub9ad\uc2a4\ub294 \uc571\uc774 \uc544\ub2c8\ub77c \ubc18\ub4dc\uc2dc \ube0c\ub77c\uc6b0\uc800 \uc6f9\uc0ac\uc774\ud2b8\uc5d0\uc11c \uc2dc\uccad\ud574\uc57c \ud569\ub2c8\ub2e4.\",\n  step3:\"\ubaa8\uad6d\uc5b4 \uc120\ud0dd \u2014 \ud55c \ubc88\ub9cc \uc124\uc815\ud558\uba74 \uc774\uc911 \uc790\ub9c9\uc73c\ub85c \ubc14\ub85c \uc2dc\uccad\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\",\n  introEyebrow:\"\uac1c\uc694\", introTitle:\"\ubc84\ud2bc \ud558\ub098\ub85c \uc601\uc0c1\uc774 \uc218\uc5c5\uc774 \ub429\ub2c8\ub2e4\",\n  introText1:\"Language Reactor\ub294 \uad50\uc7ac \uc18d \ub300\ud654\uac00 \uc544\ub2c8\ub77c \ub4dc\ub77c\ub9c8, \uc720\ud29c\ube0c \uc601\uc0c1, \ucc45, \uc6f9\uc0ac\uc774\ud2b8 \uac19\uc740 \uc2e4\uc81c \ucf58\ud150\uce20\ub85c \ud559\uc2b5\ud558\uae30 \uc704\ud574 \ub9cc\ub4e4\uc5b4\uc9c4 \ube0c\ub77c\uc6b0\uc800 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc785\ub2c8\ub2e4. \ubcf4\uace0 \uc788\ub294 \ucf58\ud150\uce20 \uc704\uc5d0 \uc790\ub9c9\uc744 \ud55c \uacb9 \ub354 \ud45c\uc2dc\ud574\uc8fc\uace0, \ub2e8\uc5b4\ub97c \ud074\ub9ad\ud558\uba74 \ubc14\ub85c \ub73b\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc73c\uba70, \uc790\ub9c9\uc774 \ub098\uc62c \ub54c\ub9c8\ub2e4 \uc790\ub3d9\uc73c\ub85c \uc77c\uc2dc\uc815\uc9c0\ud574 \uc2e4\uc81c\ub85c \ubb34\uc2a8 \ub9d0\uc744 \ud588\ub294\uc9c0 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\",\n  introText2:\"\ubc88\uccb4\uc790\uc640 \uac04\uccb4\uc790\ub97c \ubaa8\ub450 \uc9c0\uc6d0\ud558\uba70, \ud55c\uad6d\uc5b4\ub098 \uc77c\ubcf8\uc5b4 \uac19\uc740 \ub2e4\ub978 \uc5b8\uc5b4\uc5d0\uc11c\ub3c4 \ub611\uac19\uc774 \uc798 \uc791\ub3d9\ud569\ub2c8\ub2e4. \uc5ec\ub7ec \uc5b8\uc5b4\ub97c \ub3d9\uc2dc\uc5d0 \uacf5\ubd80\ud558\uace0 \uc788\ub2e4\uba74 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8 \ud558\ub098\ub85c \ub2e4 \ud574\uacb0\ub429\ub2c8\ub2e4.\",\n  featuresEyebrow:\"\ud575\uc2ec \uae30\ub2a5\", featuresTitle:\"\ubc84\ud2bc \ud558\ub098\ub85c \ucf1c\uc9c0\ub294 \uae30\ub2a5\ub4e4\",\n  f1ImgAlt:\"LR \ubc84\ud2bc\uacfc \uc774\uc911 \uc790\ub9c9\",\n  f1Tag:\"\uc774\uc911 \uc790\ub9c9\", f1Title:\"LR \ubc84\ud2bc\uacfc 2\uac1c \uc5b8\uc5b4 \uc790\ub9c9\",\n  f1Text:\"\uc74c\ub7c9 \uc870\uc808 \uc606\uc5d0 \uc788\ub294 LR \ubc84\ud2bc\uc744 \ucf1c\uba74 \ubaa8\ub4e0 \uae30\ub2a5\uc774 \ud55c \ubc88\uc5d0 \ud65c\uc131\ud654\ub429\ub2c8\ub2e4. \uadf8\ub0e5 \ud3b8\ud558\uac8c \ubcf4\uace0 \uc2f6\uc744 \ub550 \uc5b8\uc81c\ub4e0 \uaebc\ub3c4 \ub429\ub2c8\ub2e4. \uc0c1\ub2e8 \uc790\ub9c9\uc740 \ud50c\ub7ab\ud3fc\uc5d0\uc11c \uc9c1\uc811 \uc120\ud0dd\ud55c \uc5b8\uc5b4\uc774\uba70, \uac04\uccb4\uc790\ub098 \ubc88\uccb4\uc790\ub294 \ubb3c\ub860 \ud55c\uad6d\uc5b4, \uc77c\ubcf8\uc5b4 \ub4f1\uc73c\ub85c\ub3c4 \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\",\n  f2ImgAlt:\"\uc0ac\uc774\ub4dc \uc790\ub9c9 \ubaa9\ub85d\uacfc \uc790\ub3d9 \uc77c\uc2dc\uc815\uc9c0 \ubc84\ud2bc\",\n  f2Tag:\"\uc804\uccb4 \ub300\ubcf8\", f2Title:\"\uc0ac\uc774\ub4dc \uc790\ub9c9 \ubaa9\ub85d\uacfc \uc790\ub3d9 \uc77c\uc2dc\uc815\uc9c0\",\n  f2Text:\"\uc601\uc0c1 \uc624\ub978\ucabd \ud328\ub110\uc5d0\uc11c \ubaa8\ub4e0 \uc790\ub9c9\uc744 \ud55c \ubc88\uc5d0 \ubcfc \uc218 \uc788\uc5b4 \uc55e\ub4a4 \ub0b4\uc6a9\uc744 \ud6d1\uc5b4\ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub108\ubb34 \ub9ce\ub2e4\uace0 \ub290\uaef4\uc9c0\uba74 \uc5b8\uc81c\ub4e0 \uc228\uae38 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc791\uc740 AP(\uc790\ub3d9 \uc77c\uc2dc\uc815\uc9c0) \ubc84\ud2bc\uc744 \ucf1c\uba74 \uc0c8\ub85c\uc6b4 \uc790\ub9c9\uc774 \ub730 \ub54c\ub9c8\ub2e4 \uc601\uc0c1\uc774 \uba48\ucd94\uace0, \uc601\uc0c1\uc774\ub098 \uc77c\uc2dc\uc815\uc9c0 \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uba74 \ub2e4\uc2dc \uc7ac\uc0dd\ub429\ub2c8\ub2e4. \uc790\uae30 \uc18d\ub3c4\ub85c \ud559\uc2b5\ud558\uae30\uc5d0 \uac00\uc7a5 \uc720\uc6a9\ud55c \uae30\ub2a5\uc785\ub2c8\ub2e4.\",\n  f3ImgAlt:\"\ub2e8\uc5b4\ub97c \ud074\ub9ad\ud558\uba74 \ub73b\uacfc \uc608\ubb38\uc774 \ud45c\uc2dc\ub418\ub294 \ud654\uba74\",\n  f3Tag:\"\ub2e8\uc5b4 \ud559\uc2b5\", f3Title:\"\ud074\ub9ad\uc73c\ub85c \ub73b \ubcf4\uae30\uc640 \ud50c\ub798\uc2dc\uce74\ub4dc\",\n  f3Text:\"\ubaa8\ub974\ub294 \ub2e8\uc5b4\ub97c \ud074\ub9ad\ud558\uba74 \ub73b\uacfc \ud568\uaed8 \ud574\ub2f9 \uc5d0\ud53c\uc18c\ub4dc\uc5d0 \ub098\uc628 \ubaa8\ub4e0 \uc608\ubb38\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc5c5\uadf8\ub808\uc774\ub4dc\ub41c \uacc4\uc815\uc5d0\uc11c\ub294 \ubcc4\ud45c\ub97c \ud074\ub9ad\ud574 \ub2e8\uc5b4\ub97c \uc800\uc7a5\ud558\uace0 \uc790\ub3d9\uc73c\ub85c \ud50c\ub798\uc2dc\uce74\ub4dc\ub85c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\",\n  f4ImgAlt:\"\uc790\ub9c9 \ub4a4\uc5d0 \ubc30\uacbd \ub808\uc774\uc5b4\uac00 \ucd94\uac00\ub41c \ud654\uba74\",\n  f4Tag:\"\uac00\ub3c5\uc131\", f4Title:\"\uc790\ub9c9\uc6a9 \ubc30\uacbd \ub808\uc774\uc5b4\",\n  f4Text:\"\uc790\ub9c9\uc774 \ub108\ubb34 \uc791\uac70\ub098 \ud654\uba74\uc774 \ubcf5\uc7a1\ud574\uc11c \uc77d\uae30 \uc5b4\ub835\ub2e4\uba74, \uc624\ub978\ucabd \uc544\ub798 \ubc84\ud2bc\uc73c\ub85c \uc790\ub9c9 \ub4a4\uc5d0 \ubc30\uacbd \ub808\uc774\uc5b4\ub97c \ucd94\uac00\ud574 \ud6e8\uc52c \uc77d\uae30 \uc27d\uac8c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\",\n  setupEyebrow:\"\uc2e4\uc6a9 \ud301\", setupTitle:\"\ucc98\uc74c\ubd80\ud130 \uc870\uc815\ud574\ub450\uba74 \uc88b\uc740 5\uac00\uc9c0 \uc124\uc815\",\n  setupLead:\"\uacf5\uc2dd \ud398\uc774\uc9c0\uc5d0\ub294 \uc5c6\ub294 \uc870\uc815 \ud301\uc785\ub2c8\ub2e4. \uc2e4\uc81c \ud559\uc2b5 \ud6a8\uacfc\uc5d0 \uaf64 \ucc28\uc774\ub97c \ub9cc\ub4ed\ub2c8\ub2e4.\",\n  s1Title:\"\ucc98\uc74c\uc5d4 \ub450 \uc790\ub9c9 \ubaa8\ub450 \ucf1c\ub450\uae30 \u2014 \", s1Text:\"\ubaa8\uad6d\uc5b4\uc640 \uc911\uad6d\uc5b4\ub97c \ud568\uaed8 \ud45c\uc2dc\ud574\ub450\uba74 \uc5b4\ud718\uac00 \uc544\uc9c1 \ubd80\uc871\ud574\ub3c4 \uc774\uc57c\uae30 \ud750\ub984\uc744 \ub193\uce58\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\",\n  s2Title:\"\ucd08\ubc18\uc5d0\ub294 \uc790\ub3d9 \uc77c\uc2dc\uc815\uc9c0 \ucf1c\uae30 \u2014 \", s2Text:\"\ub9e4 \uc904\ub9c8\ub2e4 \uc601\uc0c1\uc774 \uba48\ucd94\uba74 \ubd80\ub2f4\uc774 \uc904\uc5b4\ub4e4\uc5b4 \ub2e8\uc5b4\ub97c \ucc3e\uc544\ubcf4\uac70\ub098 \ubb38\uc7a5\uc744 \uc774\ud574\ud560 \uc5ec\uc720\uac00 \uc0dd\uae41\ub2c8\ub2e4.\",\n  s3Title:\"\ucc3e\uc544\ubcf8 \ub2e8\uc5b4\ub9c8\ub2e4 \ubcc4\ud45c \ud45c\uc2dc\ud558\uae30 \u2014 \", s3Text:\"\uc815\uc2dd \ud50c\ub798\uc2dc\uce74\ub4dc\ub85c \uc800\uc7a5\ud558\uc9c0 \uc54a\uc544\ub3c4, \ud074\ub9ad \uae30\ub85d \uc790\uccb4\uac00 '\uc5b8\uc81c \ubb34\uc5c7\uc744 \ubab0\ub790\ub294\uc9c0'\uc5d0 \ub300\ud55c \uae30\ub85d\uc774 \ub429\ub2c8\ub2e4.\",\n  s4Title:\"\ubc1d\uac70\ub098 \ubcf5\uc7a1\ud55c \uc7a5\uba74\uc5d0\uc11c\ub294 \ubc30\uacbd \ub808\uc774\uc5b4 \ucf1c\uae30 \u2014 \", s4Text:\"\ube44\uc6a9\uc740 \uc804\ud600 \ub4e4\uc9c0 \uc54a\uc73c\uba74\uc11c, \ubc30\uacbd\uc5d0 \ubb3b\ud600 \uc77d\uae30 \ud798\ub4e0 \uc790\ub9c9\uc744 \ub9c9\uc544\uc90d\ub2c8\ub2e4.\",\n  s5Title:\"\uc124\uba85\uc774 \ubd80\uc871\ud55c \ubd80\ubd84\uc740 \uc0ac\uc804 \uc571\uacfc \ud568\uaed8 \uc4f0\uae30 \u2014 \", s5Text:\"\ud074\ub9ad\uc73c\ub85c \ubcf4\ub294 \ub73b\uc740 \ube60\ub974\uc9c0\ub9cc \uc595\uc740 \ud3b8\uc774\ub77c, \ud544\uc21c\uc774\ub098 \ubd80\uc218, \ub354 \uae4a\uc740 \ub73b\uc740 \uc804\uc6a9 \uc0ac\uc804 \uc571\uc73c\ub85c \ubcf4\uc644\ud558\uc138\uc694.\",\n  pricingEyebrow:\"\uc2e4\uc6a9 \ud301\", pricingTitle:\"\ubb34\ub8cc vs \uc5c5\uadf8\ub808\uc774\ub4dc, \uc2e4\uc81c\ub85c \ub3c8\uc774 \ud544\uc694\ud55c \ubd80\ubd84\uc740?\",\n  pricingLead:\"Language Reactor\ub97c \uc720\uc6a9\ud558\uac8c \ub9cc\ub4dc\ub294 \uae30\ub2a5 \ub300\ubd80\ubd84\uc740 \ubb34\ub8cc\uc785\ub2c8\ub2e4. \uc720\ub8cc\ub85c \uc7a0\uaca8 \uc788\ub294 \uac74 \uc8fc\ub85c \uc800\uc7a5\ud55c \ub2e8\uc5b4\ub97c \uc815\uc2dd \ud50c\ub798\uc2dc\uce74\ub4dc \uc138\ud2b8\ub85c \ub9cc\ub4dc\ub294 \ubd80\ubd84\uc785\ub2c8\ub2e4. \uc815\ud655\ud55c \uc694\uae08\uc81c\uc640 \uc81c\ud55c\uc740 \ubc14\ub014 \uc218 \uc788\uc73c\ub2c8 \ucd5c\uc2e0 \uc815\ubcf4\ub294 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc758 \uacf5\uc2dd \uc694\uae08 \ud398\uc774\uc9c0\uc5d0\uc11c \ud655\uc778\ud558\uc138\uc694.\",\n  priceThFeature:\"\uae30\ub2a5\", priceThFree:\"\ubb34\ub8cc\", priceThPaid:\"\uc5c5\uadf8\ub808\uc774\ub4dc \uacc4\uc815\",\n  pr1Feature:\"\uc774\uc911 \uc790\ub9c9(\ubaa8\uad6d\uc5b4 + \ud559\uc2b5 \uc5b8\uc5b4)\", pr1Free:\"\u2713\", pr1Paid:\"\u2014\",\n  pr2Feature:\"\uc0ac\uc774\ub4dc \uc804\uccb4 \uc790\ub9c9 \ubaa9\ub85d\", pr2Free:\"\u2713\", pr2Paid:\"\u2014\",\n  pr3Feature:\"\ub9e4 \uc904 \uc790\ub3d9 \uc77c\uc2dc\uc815\uc9c0\", pr3Free:\"\u2713\", pr3Paid:\"\u2014\",\n  pr4Feature:\"\ud074\ub9ad\uc73c\ub85c \ub73b \ubcf4\uae30 \ubc0f \uc5d0\ud53c\uc18c\ub4dc \ub0b4 \uc608\ubb38\", pr4Free:\"\u2713\", pr4Paid:\"\u2014\",\n  pr5Feature:\"\uc790\ub9c9\uc6a9 \ubc30\uacbd \ub808\uc774\uc5b4\", pr5Free:\"\u2713\", pr5Paid:\"\u2014\",\n  pr6Feature:\"\ubcc4\ud45c\ud55c \ub2e8\uc5b4 \ud50c\ub798\uc2dc\uce74\ub4dc\ub85c \uc800\uc7a5\", pr6Free:\"\u2717\", pr6Paid:\"\u2713\",\n  pr7Feature:\"\ud655\uc7a5\ub41c \ubcf5\uc2b5\u30fb\ud559\uc2b5 \ub3c4\uad6c\", pr7Free:\"\uc77c\ubd80 \uc81c\ud55c\", pr7Paid:\"\u2713 \uc804\uccb4 \uae30\ub2a5\",\n  pricingNote:\"\ucd94\ucc9c \uc804\ub7b5: \uc790\uc2e0\uc5d0\uac8c \ub9de\ub294 \ub3c4\uad6c\uc778\uc9c0 \ud310\ub2e8\ud558\ub294 \ub3d9\uc548\uc740 \ubb34\ub8cc \uae30\ub2a5\uc744 \uadf8\ub300\ub85c \ucd5c\ub300\ud55c \ud65c\uc6a9\ud558\uc138\uc694. \ub2e8\uc5b4\uc5d0 \uafb8\uc900\ud788 \ubcc4\ud45c\ub97c \ud558\uac8c \ub418\uace0 \ubcf5\uc2b5\uc6a9 \uce74\ub4dc \uc138\ud2b8\ub85c \uc4f0\uace0 \uc2f6\ub2e4\ub294 \uc0dd\uac01\uc774 \ub4e4 \ub54c \uc5c5\uadf8\ub808\uc774\ub4dc\ub97c \uace0\ub824\ud574\ub3c4 \ub2a6\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\",\n  levelsEyebrow:\"\uc2e4\uc6a9 \ud301\", levelsTitle:\"\ud559\uc2b5 \ub2e8\uacc4\ubcc4\ub85c \uc9d1\uc911\ud560 \ubd80\ubd84\",\n  lv1Lv:\"\uc785\ubb38\", lv1Title:\"\ub9c9 \uc2dc\uc791\ud588\uc744 \ub54c\", lv1Text:\"\ub450 \uc790\ub9c9\uacfc \uc790\ub3d9 \uc77c\uc2dc\uc815\uc9c0\ub97c \ubaa8\ub450 \ucf1c\ub450\uc138\uc694. \ubaa8\ub4e0 \ub2e8\uc5b4\ub97c \uc54c\uc544\ub4e3\ub294 \uac83\ubcf4\ub2e4 \uc774\uc57c\uae30 \ud750\ub984\uc744 \ub193\uce58\uc9c0 \uc54a\ub294 \uac8c \uba3c\uc800\uc785\ub2c8\ub2e4.\",\n  lv2Lv:\"\ucd08\uc911\uae09\", lv2Title:\"\ub4e3\uae30 \uccb4\ub825\uc744 \uae30\ub974\ub294 \uc2dc\uae30\", lv2Text:\"\ubaa8\uad6d\uc5b4 \uc790\ub9c9\uc744 \uc228\uae30\uace0 \uc911\uad6d\uc5b4 \uc790\ub9c9\ub9cc \uc758\uc9c0\ud574\ubcf4\uc138\uc694. \ub9c9\ud790 \ub54c\ub9cc \uc790\ub3d9 \uc77c\uc2dc\uc815\uc9c0\uc640 \ud074\ub9ad \uac80\uc0c9\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.\",\n  lv3Lv:\"\uc911\uace0\uae09\", lv3Title:\"\uc790\uc5f0\uc2a4\ub7ec\uc6b4 \uc18d\ub3c4\uc5d0 \uc775\uc219\ud574\uc9c0\ub294 \uc2dc\uae30\", lv3Text:\"\uc790\ub3d9 \uc77c\uc2dc\uc815\uc9c0\ub97c \ub044\uace0 \uc601\uc0c1\uc744 \ucb49 \uc7ac\uc0dd\ud558\uba74\uc11c, \ucc3e\uc544\ubcfc \ub9cc\ud55c \ub2e8\uc5b4\uac00 \uc788\uc744 \ub54c\ub9cc \uc9c1\uc811 \uba48\ucd94\uc138\uc694. \uc774\ub807\uac8c \ud558\uba74 \uc9c4\uc9dc \ub4e3\uae30 \uc18d\ub3c4\uac00 \uae38\ub7ec\uc9d1\ub2c8\ub2e4.\",\n  lv4Lv:\"\uace0\uae09\", lv4Title:\"\uac70\uc758 \uc2e4\uc2dc\uac04\uc73c\ub85c \uc2dc\uccad\ud558\ub294 \uc2dc\uae30\", lv4Text:\"\uc790\ub9c9 \uc5c6\uc774 \uc2dc\uccad\ud558\ub294 \uac78 \uae30\ubcf8\uc73c\ub85c \ud558\uace0, \ub193\uce5c \uc904\uc774 \uc788\uc744 \ub54c\ub9cc \uc0ac\uc774\ub4dc \uc804\uccb4 \uc790\ub9c9\uc744 \ucc38\uace0 \uc815\ub3c4\ub85c \uc0ac\uc6a9\ud558\uc138\uc694.\",\n  faqEyebrow:\"\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38\", faqTitle:\"FAQ\",\n  q1:\"\uc0ac\ud30c\ub9ac\uc5d0\uc11c\ub3c4 \uc4f8 \uc218 \uc788\ub098\uc694?\", a1:\"\uc544\uc9c1\uc740 \uc548 \ub429\ub2c8\ub2e4. \ud604\uc7ac\ub294 \ud06c\ub86c\uc5d0\uc11c\ub9cc \uc9c0\uc6d0\ub429\ub2c8\ub2e4. \uac1c\ubc1c\ud300\uc740 \uc0ac\ud30c\ub9ac \uc9c0\uc6d0\uc744 \uacc4\ud68d\ud558\uace0 \uc788\ub2e4\uace0 \ubc1d\ud614\uc9c0\ub9cc \ud655\uc815\ub41c \uc77c\uc815\uc740 \uc5c6\uc2b5\ub2c8\ub2e4.\",\n  q2:\"\ub137\ud50c\ub9ad\uc2a4 \uc571\uc5d0\uc11c\ub3c4 \uc4f8 \uc218 \uc788\ub098\uc694?\", a2:\"\uc548 \ub429\ub2c8\ub2e4. \ub370\uc2a4\ud06c\ud1b1\uc774\ub098 \ubaa8\ubc14\uc77c\uc758 \ub137\ud50c\ub9ad\uc2a4 \uc571\uc774 \uc544\ub2c8\ub77c, \ud06c\ub86c \ube0c\ub77c\uc6b0\uc800 \uc548\uc5d0\uc11c \ub137\ud50c\ub9ad\uc2a4 \uc6f9\uc0ac\uc774\ud2b8\ub97c \uc5f4\uc5c8\uc744 \ub54c\ub9cc \uc791\ub3d9\ud569\ub2c8\ub2e4.\",\n  q3:\"\ub137\ud50c\ub9ad\uc2a4\uc5d0\uc11c\ub9cc \uc4f8 \uc218 \uc788\ub098\uc694?\", a3:\"\uc544\ub2c8\uc694. \uc720\ud29c\ube0c\uc5d0\uc11c\ub3c4 \uc0ac\uc6a9\ud560 \uc218 \uc788\uace0, \ucc45\uc774\ub098 \uc6f9\uc0ac\uc774\ud2b8\uc5d0\uc11c\ub3c4 \uc4f8 \uc218 \uc788\uc5b4 \uc2a4\ud2b8\ub9ac\ubc0d \uc601\uc0c1\uc5d0\ub9cc \ud55c\uc815\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\",\n  q4:\"\uc81c\uac00 \uc0ac\ub294 \uc9c0\uc5ed \ub137\ud50c\ub9ad\uc2a4\uc5d0\ub294 \uc911\uad6d\uc5b4 \ucf58\ud150\uce20\uac00 \ubcc4\ub85c \uc5c6\uc5b4\uc694. \uc5b4\ub5bb\uac8c \ud574\uc57c \ud558\ub098\uc694?\", a4:\"\uc544\uc2dc\uc544 \ubc16\uc5d0\uc11c \ud754\ud788 \uacaa\ub294 \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc77c\ubd80 \uc0ac\uc6a9\uc790\ub294 \ub300\ub9cc\uc774\ub098 \uc911\uad6d \ub4f1\uc73c\ub85c \uc9c0\uc5ed\uc744 \ubc14\uafd4 \ub354 \ub9ce\uc740 \uc791\ud488\uc5d0 \uc811\uadfc\ud558\uae30 \uc704\ud574 VPN\uc744 \uc0ac\uc6a9\ud558\uae30\ub3c4 \ud558\ub294\ub370, \uc774\ub294 \uac1c\uc778\uc758 \uc120\ud0dd\uc774\uba70 \uac01\uac01\uc758 \ud2b8\ub808\uc774\ub4dc\uc624\ud504\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uacb0\uc815\ud558\uae30 \uc804\uc5d0 \ub137\ud50c\ub9ad\uc2a4 \uc774\uc6a9\uc57d\uad00\uacfc \ud568\uaed8 \uace0\ub824\ud574\ubcf4\uc138\uc694.\",\n  compareEyebrow:\"\uc2e4\uc6a9 \ud301\", compareTitle:\"\ub2e4\ub978 \ub3c4\uad6c\uc640 \ud568\uaed8 \uc4f0\ub294 \ubc95\",\n  compareLead:\"Language Reactor\ub294 \uc601\uc0c1\uc73c\ub85c \ud559\uc2b5\ud558\uae30 \uc704\ud55c \ub3c4\uad6c\uc774\uba70, \ubcf8\uaca9\uc801\uc778 \uc0ac\uc804 \uc571\uc744 \ub300\uc2e0\ud560 \uc218\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \ub9ce\uc740 \ud559\uc2b5\uc790\uac00 \ub450 \uac00\uc9c0\ub97c \ud568\uaed8 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.\",\n  cThTool:\"\ub3c4\uad6c\", cThStrength:\"\ud2b9\uc9d5\", cThBest:\"\uc801\ud569\ud55c \uc0c1\ud669\",\n  c1Tool:\"Language Reactor\", c1Strength:\"\uc774\uc911 \uc790\ub9c9, \ud074\ub9ad\uc73c\ub85c \ub73b \ubcf4\uae30, \uc790\ub3d9 \uc77c\uc2dc\uc815\uc9c0, \ubb38\uc7a5 \ub2e8\uc704 \ud50c\ub798\uc2dc\uce74\ub4dc\", c1Best:\"\ub137\ud50c\ub9ad\uc2a4\u30fb\uc720\ud29c\ube0c \ub4f1 \uc601\uc0c1 \ucf58\ud150\uce20\ub85c \ud559\uc2b5\ud558\ub294 \uc0ac\ub78c\",\n  c2Tool:\"\ud50c\ub7ab\ud3fc \uae30\ubcf8 \uc790\ub9c9\", c2Strength:\"\uc124\uc815 \uc5c6\uc774 \uc5b4\ub514\uc11c\ub098 \uc0ac\uc6a9 \uac00\ub2a5\", c2Best:\"\ud559\uc2b5 \ubaa9\uc801 \uc5c6\uc774 \ud3b8\ud558\uac8c \ubcf4\uace0 \uc2f6\uc744 \ub54c\",\n  c3Tool:\"\ub3c5\ub9bd\ud615 \uc0ac\uc804 \uc571(\uc608: Pleco)\", c3Strength:\"\ub354 \uc0c1\uc138\ud55c \uc0ac\uc804 \uc815\ubcf4, \uc190\uae00\uc528\u30fbOCR \uac80\uc0c9, \uc644\uc804 \uc624\ud504\ub77c\uc778 \uc9c0\uc6d0\", c3Best:\"\uc601\uc0c1 \ubc16\uc5d0\uc11c \ub2e8\uc5b4\ub97c \ucc3e\uc744 \ub54c, \uc2dc\uccad \uc911 \ubc1c\uacac\ud55c \ub2e8\uc5b4\ub97c \ub354 \uae4a\uc774 \uc54c\uc544\ubcf4\uace0 \uc2f6\uc744 \ub54c\",\n  compareNote:\"\uc2e4\uc81c\ub85c\ub294: \uc2dc\uccad\ud558\uba74\uc11c \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc0c8 \ub2e8\uc5b4\ub97c \uc775\ud790 \ub550 Language Reactor, \uadf8\uac78\ub85c \ubd80\uc871\ud55c \ubd80\ubd84\uc744 \uae4a\uc774 \ud30c\uace0\ub4e4 \ub550 \uc804\uc6a9 \uc0ac\uc804 \uc571\u2014\u2014\uc774\ub807\uac8c \ud568\uaed8 \uc4f0\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4.\",\n  recommendEyebrow:\"\uc2dc\uc791\ud558\uae30\", footerTitle:\"\ubb34\ub8cc\uc5d0, \uc774\ubbf8 \ubcf4\ub358 \ucf58\ud150\uce20\uc5d0\uc11c \ubc14\ub85c \uc4f8 \uc218 \uc788\ub2e4\u2014\u2014\uc548 \uc368\ubcfc \uc774\uc720\uac00 \uc5c6\uc2b5\ub2c8\ub2e4\",\n  footerText:\"\uc774\ubbf8 \ub137\ud50c\ub9ad\uc2a4\ub098 \uc720\ud29c\ube0c\ub97c \uc990\uaca8 \ubcf8\ub2e4\uba74, Language Reactor\ub294 \uadf8 \uc2dc\uac04\uc744 \uac70\uc758 \uadf8\ub300\ub85c \ud559\uc2b5 \uc2dc\uac04\uc73c\ub85c \ubc14\uafd4\uc90d\ub2c8\ub2e4. \uc124\uce58\ud558\uace0 \uc5b8\uc5b4\ub97c \uc120\ud0dd\ud55c \ub4a4, \ub450 \uc790\ub9c9\uc744 \ubaa8\ub450 \ucf1c\uace0 \uc2dc\uc791\ud574\ubcf4\uc138\uc694.\",\n  disclaimer:\"\uc774 \ud398\uc774\uc9c0\ub294 \uac1c\uc778\uc774 \uc815\ub9ac\ud55c \ud559\uc2b5 \uac00\uc774\ub4dc\uc774\uba70 Language Reactor\uc758 \uacf5\uc2dd \ud398\uc774\uc9c0\uac00 \uc544\ub2d9\ub2c8\ub2e4. \uae30\ub2a5\uacfc \uac00\uaca9\uc740 \uc790\uc8fc \ubc14\ub00c\ubbc0\ub85c, \ucd5c\uc2e0 \uc815\ubcf4\ub294 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8 \uacf5\uc2dd \ud398\uc774\uc9c0\ub098 \ud06c\ub86c \uc6f9\uc2a4\ud1a0\uc5b4\uc5d0\uc11c \ud655\uc778\ud558\uc138\uc694.\"\n}\n};\n\nfunction setLang(lang){\n  const dict = translations[lang];\n  document.querySelectorAll('[data-i18n]').forEach(el=>{\n    const key = el.getAttribute('data-i18n');\n    if(!dict[key]) return;\n    if(el.tagName === 'IMG'){ el.alt = dict[key]; }\n    else { el.textContent = dict[key]; }\n  });\n  document.documentElement.lang = lang;\n  document.querySelectorAll('.lang-btn').forEach(b=>{\n    b.classList.toggle('active', b.dataset.lang === lang);\n  });\n}\n\ndocument.querySelectorAll('.lang-btn').forEach(btn=>{\n  btn.addEventListener('click', ()=> setLang(btn.dataset.lang));\n});\n\nsetLang('en');\n<\/script>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"alignright size-medium is-resized\"><a href=\"https:\/\/ko-fi.com\/tiffanystalk\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"58\" src=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/fcacd-buymeacoffee_red402x-300x58.png\" alt=\"\" class=\"wp-image-570\" style=\"width:150px;height:29px\" srcset=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/fcacd-buymeacoffee_red402x-300x58.png 300w, https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/fcacd-buymeacoffee_red402x-600x115.png 600w, https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/fcacd-buymeacoffee_red402x-1024x197.png 1024w, https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/fcacd-buymeacoffee_red402x-768x148.png 768w, https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/fcacd-buymeacoffee_red402x-1536x296.png 1536w, https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/fcacd-buymeacoffee_red402x-2048x394.png 2048w, https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/fcacd-buymeacoffee_red402x-850x164.png 850w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption class=\"wp-element-caption\">Do you like it? \ud83d\ude42<\/figcaption><\/figure>\n<\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-medium is-resized\"><a href=\"https:\/\/tiffanysmandarin.com\/index.php\/tools\/\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"86\" src=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/e68f92e59c963-300x86.png\" alt=\"\" class=\"wp-image-571\" style=\"width:150px;height:43px\" srcset=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/e68f92e59c963-300x86.png 300w, https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/e68f92e59c963-600x171.png 600w, https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/e68f92e59c963.png 700w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/figure>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Language Reactor \u2014 Guide EN \u65e5\u672c\u8a9e \ud55c\uad6d\uc5b4 \u5f71 \u63a8 \u2197 \u59cb 01 02 03 \u770b \u80fd \u8a2d 01 02 03 04 05 \u9322 \u968e \u554f \u6bd4 \u85a6 \u2197<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_wp_convertkit_post_meta":{"form":"-1","landing_page":"0","tag":"0","restrict_content":"0"},"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[13,54,55,56],"tags":[158],"class_list":["post-2417","post","type-post","status-publish","format-standard","hentry","category-hsk4","category-hsk5","category-hsk6","category-hsk7","tag-movies"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Language Reactor - OneDotDot Chinese<\/title>\n<meta name=\"description\" content=\"Language Reactor is a super powerful toolbox for learning Chinese.\u00a0It can use on Netflix, Youtube, books and websites. I use it for my English and Korean...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Language Reactor - OneDotDot Chinese\" \/>\n<meta property=\"og:description\" content=\"Language Reactor is a super powerful toolbox for learning Chinese.\u00a0It can use on Netflix, Youtube, books and websites. I use it for my English and Korean...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/\" \/>\n<meta property=\"og:site_name\" content=\"OneDotDot Chinese\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-08T16:47:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-27T00:25:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/09\/IMG_0666-1024x715.jpg\" \/>\n<meta name=\"author\" content=\"tiffany\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"tiffany\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/\"},\"author\":{\"name\":\"tiffany\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\"},\"headline\":\"Language Reactor\",\"datePublished\":\"2022-09-08T16:47:00+00:00\",\"dateModified\":\"2026-07-27T00:25:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/\"},\"wordCount\":10,\"publisher\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\"},\"image\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/IMG_0666-1024x715.jpg\",\"keywords\":[\"movies\"],\"articleSection\":[\"HSK 4\",\"HSK 5\",\"HSK 6\",\"HSK 7~9\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/\",\"name\":\"Language Reactor - OneDotDot Chinese\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/IMG_0666-1024x715.jpg\",\"datePublished\":\"2022-09-08T16:47:00+00:00\",\"dateModified\":\"2026-07-27T00:25:22+00:00\",\"description\":\"Language Reactor is a super powerful toolbox for learning Chinese.\u00a0It can use on Netflix, Youtube, books and websites. I use it for my English and Korean...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/#primaryimage\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/IMG_0666.jpg\",\"contentUrl\":\"https:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/IMG_0666.jpg\",\"width\":2176,\"height\":1520},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/2022\\\/09\\\/09\\\/language-reactor\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Language Reactor\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\",\"name\":\"OneDotDot Chinese\",\"description\":\"Learn a little Chinese every day\",\"publisher\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tiffanysmandarin.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\",\"name\":\"tiffany\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"url\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"contentUrl\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"width\":214,\"height\":214,\"caption\":\"tiffany\"},\"logo\":{\"@id\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/tiffanys_talk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/tiffany-huang-mandarin\\\/\"],\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/author\\\/tiffany\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Language Reactor - OneDotDot Chinese","description":"Language Reactor is a super powerful toolbox for learning Chinese.\u00a0It can use on Netflix, Youtube, books and websites. I use it for my English and Korean...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/","og_locale":"en_US","og_type":"article","og_title":"Language Reactor - OneDotDot Chinese","og_description":"Language Reactor is a super powerful toolbox for learning Chinese.\u00a0It can use on Netflix, Youtube, books and websites. I use it for my English and Korean...","og_url":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/","og_site_name":"OneDotDot Chinese","article_published_time":"2022-09-08T16:47:00+00:00","article_modified_time":"2026-07-27T00:25:22+00:00","og_image":[{"url":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/09\/IMG_0666-1024x715.jpg","type":"","width":"","height":""}],"author":"tiffany","twitter_card":"summary_large_image","twitter_misc":{"Written by":"tiffany","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/#article","isPartOf":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/"},"author":{"name":"tiffany","@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99"},"headline":"Language Reactor","datePublished":"2022-09-08T16:47:00+00:00","dateModified":"2026-07-27T00:25:22+00:00","mainEntityOfPage":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/"},"wordCount":10,"publisher":{"@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99"},"image":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/#primaryimage"},"thumbnailUrl":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/09\/IMG_0666-1024x715.jpg","keywords":["movies"],"articleSection":["HSK 4","HSK 5","HSK 6","HSK 7~9"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/","url":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/","name":"Language Reactor - OneDotDot Chinese","isPartOf":{"@id":"https:\/\/tiffanysmandarin.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/#primaryimage"},"image":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/#primaryimage"},"thumbnailUrl":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/09\/IMG_0666-1024x715.jpg","datePublished":"2022-09-08T16:47:00+00:00","dateModified":"2026-07-27T00:25:22+00:00","description":"Language Reactor is a super powerful toolbox for learning Chinese.\u00a0It can use on Netflix, Youtube, books and websites. I use it for my English and Korean...","breadcrumb":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/#primaryimage","url":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/09\/IMG_0666.jpg","contentUrl":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/09\/IMG_0666.jpg","width":2176,"height":1520},{"@type":"BreadcrumbList","@id":"https:\/\/tiffanysmandarin.com\/index.php\/2022\/09\/09\/language-reactor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/tiffanysmandarin.com\/"},{"@type":"ListItem","position":2,"name":"Language Reactor"}]},{"@type":"WebSite","@id":"https:\/\/tiffanysmandarin.com\/#website","url":"https:\/\/tiffanysmandarin.com\/","name":"OneDotDot Chinese","description":"Learn a little Chinese every day","publisher":{"@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tiffanysmandarin.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99","name":"tiffany","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","url":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","contentUrl":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","width":214,"height":214,"caption":"tiffany"},"logo":{"@id":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png"},"sameAs":["https:\/\/www.instagram.com\/tiffanys_talk\/","https:\/\/www.linkedin.com\/in\/tiffany-huang-mandarin\/"],"url":"https:\/\/tiffanysmandarin.com\/index.php\/author\/tiffany\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/posts\/2417","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/comments?post=2417"}],"version-history":[{"count":7,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/posts\/2417\/revisions"}],"predecessor-version":[{"id":14304,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/posts\/2417\/revisions\/14304"}],"wp:attachment":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/media?parent=2417"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/categories?post=2417"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/tags?post=2417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}