Learn English Naturally

This is app description

Was ist Learn English Naturally?

Learn English Naturally ist eine Chrome-Erweiterung, die von https://learn-naturally.com entwickelt wurde, und ihr Hauptmerkmal ist "This is app description".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Learn English Naturally-Erweiterungs-CRX-Datei herunterladen

Laden Sie Learn English Naturally-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Learn English Naturally Learn English Naturally
ID gmodeeaobjabobffphgojngfjgakjack
Offizielle URL https://chromewebstore.google.com/detail/learn-english-naturally/gmodeeaobjabobffphgojngfjgakjack
Beschreibung This is app description
Dateigröße 533 KB
Installationsanzahl 53
Aktuelle Version 2.0.1
Letztes Update 2021-06-07
Veröffentlichungsdatum 2019-03-09
Entwickler https://learn-naturally.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}