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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Forest: stay focused, be present Forest: stay focused, be present
ID kjacjjdnoddnpbbcjilcajfhhbdhkpgk
官方網址 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:\/\/*\/*"
    ]
}