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によって開発されたChromeの拡張機能で、その主な機能は「Learn German by surfing the web in English」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

BlabLing - learning German by surfing (Beta)拡張機能のCRXファイルをダウンロード

BlabLing - learning German by surfing (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ************************************
 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
Eメール [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"
}