Sugar Now

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

Sugar Nowとは何ですか?

Sugar Nowはseshadri.xyzによって開発されたChromeの拡張機能で、その主な機能は「Displays current blood glucose from Sugarmate and displays on extension icon.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Sugar Now拡張機能のCRXファイルをダウンロード

Sugar Now拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Sugar Now Sugar Now
ID ejgpijokicnoeaplalkkdociccaooegd
公式URL https://chromewebstore.google.com/detail/sugar-now/ejgpijokicnoeaplalkkdociccaooegd
説明 Displays current blood glucose from Sugarmate and displays on extension icon.
ファイルサイズ 897 KB
インストール数 190
現在のバージョン 1.2
最終更新日 2021-09-11
公開日 2019-07-01
評価 3.83/5 合計 6 レビュー
開発者 seshadri.xyz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://seshadri.xyz
ヘルプページのURL https://seshadri.xyz/about.html
対応言語 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"
    }
}