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ファイルをダウンロード

Learn English Naturally拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}