Learn English Naturally

This is app description

Learn English Naturally란 무엇입니까?

Learn English Naturally은(는) https://learn-naturally.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is app description"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Learn English Naturally 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enable English learner to check dictionaries instantly with selected word in webpage. more powerfully, you can add selected word to LearnEnglishNaturally app for Further learning and practice. integrated with youtube.com, click 'Open transcript' turning youtube into a language learning paradise.                    

확장 프로그램 기본 정보

이름 Learn English Naturally Learn English Naturally
ID gmodeeaobjabobffphgojngfjgakjack
공식 URL https://chromewebstore.google.com/detail/learn-english-naturally/gmodeeaobjabobffphgojngfjgakjack
설명 This is app description
파일 크기 533 KB
설치 횟수 53
현재 버전 2.0.1
최근 업데이트 2021-06-07
출시 날짜 2019-03-09
개발자 https://learn-naturally.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "2.0.1",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ]
}