Nightscout Chrome Extension

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

Nightscout Chrome Extensionとは何ですか?

Nightscout Chrome Extensionはlegoandmarsによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that adds a convenient way to check blood sugar data from Nightscout in your browser.」です。

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

screenshot
screenshot
screenshot

Nightscout Chrome Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Nightscout Chrome Extension Nightscout Chrome Extension
ID hncdmgomjlflmfphembffnaajhfmcjnk
公式URL https://chromewebstore.google.com/detail/nightscout-chrome-extensi/hncdmgomjlflmfphembffnaajhfmcjnk
説明 A Chrome extension that adds a convenient way to check blood sugar data from Nightscout in your browser.
ファイルサイズ 179 KB
インストール数 737
現在のバージョン 2.1.1
最終更新日 2021-07-10
公開日 2019-07-24
評価 4.25/5 合計 24 レビュー
開発者 legoandmars
Eメール [email protected]
支払い方法 free
対応言語 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
}