Forest: stay focused, be present
Stay focused in a pleasant way.
Forest: stay focused, be present là gì?
Forest: stay focused, be present là một tiện ích mở rộng Chrome được phát triển bởi https://forestapp.cc, và tính năng chính của nó là "Stay focused in a pleasant way.".
Ả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 Forest: stay focused, be present
Tải xuống các tệp mở rộng Forest: stay focused, be present 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
Features: • A self-motivated and interesting method to help you beat Internet addiction • Cultivate your personal pattern of time management: make good use of 30-minutes to fully concentrate on your work and finish it effectively • Share your trees with friends
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Forest: stay focused, be present |
ID | kjacjjdnoddnpbbcjilcajfhhbdhkpgk |
URL Chính Thức | https://chromewebstore.google.com/detail/forest-stay-focused-be-pr/kjacjjdnoddnpbbcjilcajfhhbdhkpgk |
Mô tả | Stay focused in a pleasant way. |
Kích Thước Tệp | 14.05 MB |
Số Lần Cài Đặt | 1,007,360 |
Phiên Bản Hiện Tại | 6.2.0 |
Cập Nhật Lần Cuối | 2024-02-15 |
Ngày Phát Hành | 2020-06-22 |
Đánh Giá | 3.96/5 Tổng số 1216 Đánh Giá |
Nhà Phát Triển | https://forestapp.cc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.forestapp.cc |
URL Trang Chính Sách Bảo Mật | https://forestapp.cc/privacy |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "6.2.0", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "author": "Seekrtech", "homepage_url": "https:\/\/www.forestapp.cc", "icons": { "16": "logo\/16.png", "32": "logo\/32.png", "48": "logo\/48.png", "128": "logo\/128.png" }, "web_accessible_resources": [ "*.png", "*.svg", "*.json" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "logo\/16.png", "32": "logo\/32.png", "48": "logo\/48.png", "128": "logo\/128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "firefox-rafz-fix.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "unlimitedStorage", "notifications", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |