4MORGEN

4MORGEN

What is 4MORGEN?

4MORGEN is a Chrome extension developed by http://www.4morgen.org, and its main feature is "4MORGEN".

Extension Screenshots

screenshot

Download 4MORGEN Extension CRX File

Download 4MORGEN 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

                        Jouw donatie maakt de wereld een klein beetje mooier!

4MORGEN maakt doneren nu nog makkelijker. Met hulp van onze donatieassistent informeren we je automatisch welke winkels maatschappelijk betrokken zijn. Zo kun je direct gratis doneren zonder dat je naar de website van 4MORGEN hoeft te gaan.

Jij doet toch ook mee!?                    

Extension Basic Information

Name 4MORGEN 4MORGEN
ID doncbpppgoadlamedckeclamjckbcegd
Official URL https://chrome.google.com/webstore/detail/doncbpppgoadlamedckeclamjckbcegd
Description 4MORGEN
File Size 355 KB
Installation Count 25
Current Version 1.1.2
Last Updated 2016-02-26
Publish Date 2016-02-26
Rating 5.00/5 Total 2 Ratings
Developer http://www.4morgen.org
Payment Type free
Extension Website https://www.4morgen.org
Help Page URL https://www.4morgen.org/#!/about/faq
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4MORGEN",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "4MORGEN",
    "homepage_url": "https:\/\/www.4morgen.org",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery\/jquery.js",
            "src\/bg\/background.js"
        ]
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19grey.png",
            "38": "icons\/icon38grey.png"
        },
        "default_title": "4MORGEN",
        "default_popup": "src\/action\/action.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "notifications",
        "https:\/\/api.4morgen.org\/*"
    ]
}