ToonDra

Read Webtoon in your language and Study another Language with Webtoons

ToonDra란 무엇입니까?

ToonDra은(는) Pathfinder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read Webtoon in your language and Study another Language with Webtoons"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ToonDra 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        We thought that foreigners' interest in k-webtoons is increasing and the demand for Korean language will increase accordingly.

ToonDra is a service that instantly translates webtoons and naturally learns Korean while solving quizzes related to webtoons.

This makes it easier for foreigners to access webtoons and makes learning Korean more fun.

저희들은 현재 k-웹툰에 대한 외국인들의 관심이 높아지고 있으며, 이에 따라 한국어에 대한 수요도 증가할 것으로 생각했습니다.

툰드라(ToonDra)는 웹툰을 즉각적으로 번역해주고, 또한 웹툰과 관련된 퀴즈를 풀면서 자연스럽게 한국어를 학습하는 서비스입니다.

이를 통해 외국인들이 웹툰을 더 쉽게 접할 수 있고, 또한 한국어를 더 재밌게 배울 수 있도록 합니다.                    

확장 프로그램 기본 정보

이름 ToonDra ToonDra
ID ffckdacnecmhemmfecbnbfllbhgcffni
공식 URL https://chrome.google.com/webstore/detail/toondra/ffckdacnecmhemmfecbnbfllbhgcffni
설명 Read Webtoon in your language and Study another Language with Webtoons
파일 크기 345 KB
설치 횟수 75
현재 버전 1.0.7
최근 업데이트 2022-02-24
출시 날짜 2022-01-21
평점 1.00/5 총 1 개의 평점
개발자 Pathfinder
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ToonDra",
    "description": "Read Webtoon in your language and Study another Language with Webtoons",
    "version": "1.0.7",
    "manifest_version": 3,
    "action": {
        "default_icon": ".\/logo\/logo.png",
        "default_title": "ToonDra",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/logo\/logo-16.png",
        "32": ".\/logo\/logo-32.png",
        "48": ".\/logo\/logo-48.png",
        "128": ".\/logo\/logo-128.png"
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "scripting",
        "webNavigation",
        "identity",
        "identity.email"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.toomics.com\/webtoon\/detail*",
                "https:\/\/comic.naver.com\/webtoon\/detail*",
                "https:\/\/webtoon.kakao.com\/viewer\/*",
                "https:\/\/page.kakao.com\/viewer*",
                "https:\/\/www.lezhin.com\/*",
                "https:\/\/toptoon.com\/comic\/*",
                "https:\/\/bufftoon.plaync.com\/*"
            ],
            "css": [
                "css\/snackbar.css",
                "css\/loading.css",
                ".\/css\/quiz.css",
                ".\/css\/bubble_popup.css",
                ".\/css\/tooltip.css",
                ".\/css\/translate_btn.css",
                ".\/css\/translate_box.css"
            ],
            "js": [
                "js\/check_login.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/comic.naver.com\/",
        "https:\/\/webtoon.kakao.com\/",
        "https:\/\/www.toomics.com\/",
        "https:\/\/page.kakao.com\/",
        "https:\/\/www.lezhin.com\/",
        "https:\/\/toptoon.com\/",
        "https:\/\/bufftoon.plaync.com\/",
        "https:\/\/prod.pathfinder-ryan.shop\/api\/",
        "https:\/\/test.pathfinder-ryan.shop\/api\/"
    ],
    "oauth2": {
        "client_id": "541205498786-jh7m5ktcfn6kpv8397pgi92ad4k4ee5v.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}