Forest: stay focused, be present

Stay focused in a pleasant way.

Qu'est-ce que Forest: stay focused, be present ?

Forest: stay focused, be present est une extension Chrome développée par https://forestapp.cc, et sa fonction principale est "Stay focused in a pleasant way.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Forest: stay focused, be present

Téléchargez les fichiers d'extension Forest: stay focused, be present au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Forest: stay focused, be present Forest: stay focused, be present
ID kjacjjdnoddnpbbcjilcajfhhbdhkpgk
URL Officiel https://chromewebstore.google.com/detail/forest-stay-focused-be-pr/kjacjjdnoddnpbbcjilcajfhhbdhkpgk
Description Stay focused in a pleasant way.
Taille du Fichier 14.05 MB
Nombre d'Installations 1,007,360
Version Actuelle 6.2.0
Dernière Mise à Jour 2024-02-15
Date de Publication 2020-06-22
Évaluation 3.96/5 Total 1216 Évaluations
Développeur https://forestapp.cc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.forestapp.cc
URL de la Page de Politique de Confidentialité https://forestapp.cc/privacy
Langues Prises en Charge 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:\/\/*\/*"
    ]
}