BlabLing - learning German by surfing (Beta)

Learn German by surfing the web in English

ما هو BlabLing - learning German by surfing (Beta)؟

BlabLing - learning German by surfing (Beta) هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/view/blabling، والميزة الرئيسية لها هي "Learn German by surfing the web in English".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة BlabLing - learning German by surfing (Beta)

قم بتنزيل ملفات الامتداد BlabLing - learning German by surfing (Beta) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ************************************
 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...                    

معلومات أساسية عن التمديد

الاسم BlabLing - learning German by surfing (Beta) BlabLing - learning German by surfing (Beta)
ID ilmddaichlknhhmjnnijkdfeemdljjaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/blabling-learning-german/ilmddaichlknhhmjnnijkdfeemdljjaa
الوصف Learn German by surfing the web in English
حجم الملف 29.58 KB
عدد التثبيتات 367
النسخة الحالية 0.0.0.2
آخر تحديث 2017-09-24
تاريخ النشر 2017-09-24
تقييم 4.67/5 مجموع تقييمات 6
المطور https://sites.google.com/view/blabling
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}