Forest: stay focused, be present
Stay focused in a pleasant way.
Forest: stay focused, be presentとは何ですか?
Forest: stay focused, be presentはhttps://forestapp.ccによって開発されたChromeの拡張機能で、その主な機能は「Stay focused in a pleasant way.」です。
拡張機能のスクリーンショット
Forest: stay focused, be present拡張機能のCRXファイルをダウンロード
Forest: stay focused, be present拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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:\/\/*\/*"
]
} | |