Everyday German phrases

Learn German phrases on every new tab

What is Everyday German phrases?

Everyday German phrases is a Chrome extension developed by Alex Marshall, and its main feature is "Learn German phrases on every new tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Everyday German phrases Extension CRX File

Download Everyday German phrases extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Learn useful day-to-day German words and phrases every time you open a new tab. See how to pronounce the German phrase, an English translation and an example sentence





Made this for my buddy Emma :)                    

Extension Basic Information

Name Everyday German phrases Everyday German phrases
ID kpflophilkomlkgphhlgpnmhhpmiagfo
Official URL https://chromewebstore.google.com/detail/everyday-german-phrases/kpflophilkomlkgphhlgpnmhhpmiagfo
Description Learn German phrases on every new tab
File Size 47.56 KB
Installation Count 313
Current Version 0.02
Last Updated 2019-03-07
Publish Date 2019-03-07
Rating 4.75/5 Total 4 Ratings
Developer Alex Marshall
Email [email protected]
Payment Type free
Extension Website https://twitter.com/Marsh931
Help Page URL https://twitter.com/Marsh931
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Everyday German phrases",
    "description": "Learn German phrases on every new tab",
    "version": "0.02",
    "manifest_version": 2,
    "icons": {
        "128": "logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "vocab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "javascript.js"
            ],
            "run_at": "document_end"
        }
    ]
}