Learn English Naturally

This is app description

ما هو Learn English Naturally؟

Learn English Naturally هو إضافة Chrome تم تطويرها بواسطة https://learn-naturally.com، والميزة الرئيسية لها هي "This is app description".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Learn English Naturally

قم بتنزيل ملفات الامتداد Learn English Naturally بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}