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) https://sites.google.com/view/blabling द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn German by surfing the web in English"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BlabLing - learning German by surfing (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}