Forest: stay focused, be present
Stay focused in a pleasant way.
Cos'è Forest: stay focused, be present?
Forest: stay focused, be present è un'estensione di Chrome sviluppata da https://forestapp.cc, e la sua funzione principale è "Stay focused in a pleasant way.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forest: stay focused, be present
Scarica i file di estensione Forest: stay focused, be present in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | kjacjjdnoddnpbbcjilcajfhhbdhkpgk |
| URL Ufficiale | https://chromewebstore.google.com/detail/forest-stay-focused-be-pr/kjacjjdnoddnpbbcjilcajfhhbdhkpgk |
| Descrizione | Stay focused in a pleasant way. |
| Dimensione del File | 14.05 MB |
| Conteggio Installazioni | 1,007,360 |
| Versione Corrente | 6.2.0 |
| Ultimo Aggiornamento | 2024-02-15 |
| Data di Pubblicazione | 2020-06-22 |
| Valutazione | 3.96/5 Totale 1216 Valutazioni |
| Sviluppatore | https://forestapp.cc |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.forestapp.cc |
| URL della Pagina della Politica sulla Privacy | https://forestapp.cc/privacy |
| Lingue Supportate | 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:\/\/*\/*"
]
} | |