standUP
A simple and light-weight extension to remind you to stand up!
standUP là gì?
standUP là một tiện ích mở rộng Chrome được phát triển bởi vallode, và tính năng chính của nó là "A simple and light-weight extension to remind you to stand up!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng standUP
Tải xuống các tệp mở rộng standUP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
standUP is a simple, light-weight extension that will remind you to stand up from your desk and take a quick break from work. Click the icon in your toolbar to access the options page! This extension is also open-source: https://github.com/vallode/standUP
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | standUP |
ID | ganadkkagibbpfjbhfkoakicignmifmp |
URL Chính Thức | https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp |
Mô tả | A simple and light-weight extension to remind you to stand up! |
Kích Thước Tệp | 40.86 KB |
Số Lần Cài Đặt | 434 |
Phiên Bản Hiện Tại | 1.2.13 |
Cập Nhật Lần Cuối | 2017-10-04 |
Ngày Phát Hành | 2017-10-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | vallode |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/vallode/standUP |
URL Trang Trợ Giúp | https://github.com/vallode/standUP |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2.13", "name": "standUP", "short_name": "standUP", "description": "A simple and light-weight extension to remind you to stand up!", "author": "Mariusz 'Vallode' Zarzycki", "homepage_url": "https:\/\/github.com\/vallode\/standUP", "offline_enabled": true, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "standUP", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/min\/background.min.js" ], "persistent": true }, "permissions": [ "notifications", "storage" ], "options_page": "options.html" } |