Sugar Now

Displays current blood glucose from Sugarmate and displays on extension icon.

Wat is Sugar Now?

Sugar Now is een Chrome-extensie ontwikkeld door seshadri.xyz, en de belangrijkste functie is "Displays current blood glucose from Sugarmate and displays on extension icon.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Sugar Now

Download Sugar Now-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Fetches your current blood glucose from Sugarmate 'External JSON' periodically and displays it with the trend on the extension-icon as a persistent badge.
Your blood glucose is always visible on your browser as you go about your work. The color changes subtly to indicate rising or falling glucose.
Clicking the icon shows recorded time for the last known glucose value.

NOTE:  You need to have the Sugarmate app (https://sugarmate.io) installed to use this extension. Sources for the glucose data can come from a CGM monitor like the Dexcom G6 or fingerprick data that was manually recorded.

NOTE: Make sure to pin the app so it is visible in the browser bar.

NOTE: This extension is not affiliated with Sugarmate.                    

Basisinformatie over de Extensie

Naam Sugar Now Sugar Now
ID ejgpijokicnoeaplalkkdociccaooegd
Officiële URL https://chromewebstore.google.com/detail/sugar-now/ejgpijokicnoeaplalkkdociccaooegd
Beschrijving Displays current blood glucose from Sugarmate and displays on extension icon.
Bestandsgrootte 897 KB
Aantal Installaties 190
Huidige Versie 1.2
Laatst Bijgewerkt 2021-09-11
Publicatiedatum 2019-07-01
Beoordeling 3.83/5 Totaal 6 Beoordelingen
Ontwikkelaar seshadri.xyz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://seshadri.xyz
Help Pagina-URL https://seshadri.xyz/about.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sugar Now",
    "description": "Displays current blood glucose from Sugarmate and displays on extension icon.",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "https:\/\/sugarmate.io\/",
        "http:\/\/sugarmate.io\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Fetch current BG from Sugarmate",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "sugar_now16.png",
        "32": "sugar_now32.png",
        "48": "sugar_now48.png",
        "128": "sugar_now128.png"
    }
}