Cheers!

Die Erweiterung erinnert dich, dass du auch ab und zu was trinken musst.

What is Cheers!?

Cheers! is a Chrome extension developed by Togomade, and its main feature is "Die Erweiterung erinnert dich, dass du auch ab und zu was trinken musst.".

Extension Screenshots

screenshot
screenshot

Download Cheers! Extension CRX File

Download Cheers! 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

                                            

Extension Basic Information

Name Cheers! Cheers!
ID idobcmolldinonohmdhfhcjfjipefkie
Official URL https://chromewebstore.google.com/detail/cheers/idobcmolldinonohmdhfhcjfjipefkie
Description Die Erweiterung erinnert dich, dass du auch ab und zu was trinken musst.
File Size 87.17 KB
Installation Count 35
Current Version 1.4.1
Last Updated 2017-05-30
Publish Date 2017-05-30
Rating 5.00/5 Total 3 Ratings
Developer Togomade
Email [email protected]
Payment Type free
Extension Website https://github.com/Hasenkrug/cheers
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cheers!",
    "description": "Die Erweiterung erinnert dich, dass du auch ab und zu was trinken musst.",
    "version": "1.4.1",
    "icons": {
        "16": "img\/icon_16-empty.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "background"
    ],
    "browser_action": {
        "default_icon": "img\/icon_16-empty.png",
        "default_popup": "index.html",
        "default_title": "Der ultimative Trink-Reminder"
    },
    "background": {
        "scripts": [
            "js\/notification.js",
            "js\/alarms.js",
            "js\/helpers.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/github.com\/Hasenkrug\/cheers",
    "minimum_chrome_version": "28"
}