BlabLing - learning German by surfing (Beta)

Learn German by surfing the web in English

Qu'est-ce que BlabLing - learning German by surfing (Beta) ?

BlabLing - learning German by surfing (Beta) est une extension Chrome développée par https://sites.google.com/view/blabling, et sa fonction principale est "Learn German by surfing the web in English".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BlabLing - learning German by surfing (Beta)

Téléchargez les fichiers d'extension BlabLing - learning German by surfing (Beta) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ************************************
 A simple way of learning German by surfing the web 
 ************************************

There is no need to spend many hours in classrooms or reading learning materials which cannot possibly interest you less... there is no need to find more free-time for learning words from a different language, just keep browsing as usual. 

This extension superimposes the German words over the text on web-pages you usually read, also offering the original word by hovering the mouse pointer. It is also possible to adjust your learning level, and words you are about to learn are chosen based on their real-life occurrence frequency.

English and Italian versions coming soon.

So try now for free and keep learning by surfing...                    

Informations de Base sur l'Extension

Nom BlabLing - learning German by surfing (Beta) BlabLing - learning German by surfing (Beta)
ID ilmddaichlknhhmjnnijkdfeemdljjaa
URL Officiel https://chromewebstore.google.com/detail/blabling-learning-german/ilmddaichlknhhmjnnijkdfeemdljjaa
Description Learn German by surfing the web in English
Taille du Fichier 29.58 KB
Nombre d'Installations 367
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2017-09-24
Date de Publication 2017-09-24
Évaluation 4.67/5 Total 6 Évaluations
Développeur https://sites.google.com/view/blabling
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "permissions": [
            "webNavigation",
            "*:\/\/*\/*"
        ],
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "BlabLing German (Beta)"
    },
    "content_scripts": [
        {
            "css": [
                "blabl_txt.css"
            ],
            "js": [
                "dicEnDe.js",
                "blablPage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Learn German by surfing the web in English",
    "homepage_url": "https:\/\/sites.google.com\/view\/blabling",
    "icons": {
        "16": "blaBling_16.png",
        "32": "blaBling_32.png",
        "48": "blaBling_48.png",
        "128": "blaBling_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "name": "BlabLing - learning German by surfing (Beta)",
    "options_ui": {
        "chrome_style": true,
        "page": "blablSetup.html"
    },
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "0.0.0.2"
}