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
官方網址 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"
}