Oasis ❊ Wellness in your New Tab
The easiest way to keep a healthy mindfulness habit! With daily mood journaling, relaxing art, custom themes and much more!
什麼是Oasis ❊ Wellness in your New Tab?
Oasis ❊ Wellness in your New Tab是由https://oasistab.com開發的Chrome擴展程式,該擴展的主要功能是“The easiest way to keep a healthy mindfulness habit! With daily mood journaling, relaxing art, custom themes and much more!”。
擴展截圖
下載Oasis ❊ Wellness in your New Tab擴展crx文件
下載Oasis ❊ Wellness in your New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
❊ Oasis - Wellness in your New Tab
Welcome to the easiest way maintain a healthy mindfulness habit, right in your new tab!
🧘♂️ Daily Wellness Routine - Make it easy to practice journaling and mood tracking to relieve stress and bring happiness throughout the day
🖼 Curated Art and Themes - Enjoy relaxing paintings and landscapes and personalize your Oasis with themes like dark mode, special fonts, art styles, gold image frames, and more
🧐 Insights - Understand your triggers, map your journey, and learn what works for you
❊ Oasis - Wellness is waiting in your New Tab. Come join Oasis today.
ABOUT PERMISSIONS:
* New Tab permission is used to replace the new tab - this is the main one!
If you have any questions, feedback, thoughts on Oasis contact us below!
CONTACT US:
Website: https://oasistab.com
Email: [email protected]
Twitter | Tiktok | Instagram | Facebook: @relaxwithoasis 擴展基本資訊
| 名稱 | |
| ID | hijkflhhocjhknnafhmafolcckldoadh |
| 官方網址 | https://chromewebstore.google.com/detail/oasis-%E2%9D%8A-wellness-in-your/hijkflhhocjhknnafhmafolcckldoadh |
| 簡介 | The easiest way to keep a healthy mindfulness habit! With daily mood journaling, relaxing art, custom themes and much more! |
| 檔案大小 | 6.69 MB |
| 安裝次數 | 675 |
| 目前版本 | 1.5.22 |
| 更新時間 | 2021-11-03 |
| 上架時間 | 2020-11-02 |
| 評分 | 5.00/5 共 19 次評分 |
| 開發者 | https://oasistab.com |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://oasistab.com/ |
| 隱私政策頁面URL | https://oasistab.com |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Oasis \u274a Wellness in your New Tab",
"short_name": "Oasis",
"description": "The easiest way to keep a healthy mindfulness habit! With daily mood journaling, relaxing art, custom themes and much more!",
"version": "1.5.22",
"author": "oasistab.com",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"offline_enabled": true,
"optional_permissions": [
"topSites"
],
"web_accessible_resources": [
"images\/*"
],
"content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
} | |