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”。
擴展截圖
下載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 |
ID | kbchhfdklfddnnilmdffaeahipjcabll |
官方網址 | 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 |
電子郵箱 | [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'" } |