Forest: stay focused, be present
Stay focused in a pleasant way.
Forest: stay focused, be present क्या है?
Forest: stay focused, be present https://forestapp.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay focused in a pleasant way."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Forest: stay focused, be present एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Forest: stay focused, be present |
ID | kjacjjdnoddnpbbcjilcajfhhbdhkpgk |
आधिकारिक URL | https://chromewebstore.google.com/detail/forest-stay-focused-be-pr/kjacjjdnoddnpbbcjilcajfhhbdhkpgk |
विवरण | Stay focused in a pleasant way. |
फ़ाइल का आकार | 14.05 MB |
स्थापना संख्या | 1,007,360 |
वर्तमान संस्करण | 6.2.0 |
अंतिम अपडेट | 2024-02-15 |
प्रकाशन तिथि | 2020-06-22 |
रेटिंग | 3.96/5 कुल 1216 रेटिंग्स |
डेवलपर | https://forestapp.cc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.forestapp.cc |
गोपनीयता नीति पृष्ठ URL | https://forestapp.cc/privacy |
समर्थित भाषाएँ | 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:\/\/*\/*" ] } |