rminder - WinTenDev

An extension that will remind you to correct your posture, drink water, blink, and stretch

rminder - WinTenDevとは何ですか?

rminder - WinTenDevはkholid060によって開発されたChromeの拡張機能で、その主な機能は「An extension that will remind you to correct your posture, drink water, blink, and stretch」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

rminder - WinTenDev拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension will notify you to drink water, correct your posture, blink, and stretch. Because we often forget to do all that when browsing, and it will affect your health.

You can customize the interval of when you want to notify and the text of the notification, you also can turn off the notification.                    

拡張機能の基本情報

名前 rminder - WinTenDev rminder - WinTenDev
ID kbchhfdklfddnnilmdffaeahipjcabll
公式URL https://chromewebstore.google.com/detail/rminder-wintendev/kbchhfdklfddnnilmdffaeahipjcabll
説明 An extension that will remind you to correct your posture, drink water, blink, and stretch
ファイルサイズ 386 KB
インストール数 966
現在のバージョン 0.2.0
最終更新日 2021-05-26
公開日 2020-12-16
評価 4.55/5 合計 11 レビュー
開発者 kholid060
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "An extension that will remind you to correct your posture, drink water, blink, and stretch",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}