Nightscout Chrome Extension

A Chrome extension that adds a convenient way to check blood sugar data from Nightscout in your browser.

What is Nightscout Chrome Extension?

Nightscout Chrome Extension is a Chrome extension developed by legoandmars, and its main feature is "A Chrome extension that adds a convenient way to check blood sugar data from Nightscout in your browser.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Nightscout Chrome Extension Extension CRX File

Download Nightscout Chrome Extension 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

                        Not sure what nightscout is? It's a service that lets you sync your blood sugar to the cloud - check out their website at http://www.nightscout.info/
I highly recommend setting up nightscout to any diabetic.

Have bug reports? Open an issue on the github page: https://github.com/legoandmars/nightscout-chrome                    

Extension Basic Information

Name Nightscout Chrome Extension Nightscout Chrome Extension
ID hncdmgomjlflmfphembffnaajhfmcjnk
Official URL https://chromewebstore.google.com/detail/nightscout-chrome-extensi/hncdmgomjlflmfphembffnaajhfmcjnk
Description A Chrome extension that adds a convenient way to check blood sugar data from Nightscout in your browser.
File Size 179 KB
Installation Count 737
Current Version 2.1.1
Last Updated 2021-07-10
Publish Date 2019-07-24
Rating 4.25/5 Total 24 Ratings
Developer legoandmars
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nightscout Chrome Extension",
    "version": "2.1.1",
    "description": "A Chrome extension that adds a convenient way to check blood sugar data from Nightscout in your browser.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "https:\/\/*.herokuapp.com\/",
        "notifications"
    ],
    "optional_permissions": [
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/nightscout16.png",
            "32": "images\/nightscout32.png",
            "48": "images\/nightscout48.png",
            "128": "images\/nightscout128.png"
        }
    },
    "icons": {
        "16": "images\/nightscout16.png",
        "32": "images\/nightscout32.png",
        "48": "images\/nightscout48.png",
        "128": "images\/nightscout128.png"
    },
    "manifest_version": 2
}