Clarie

Turn new tab into a productive workspace, motivates with daily wallpapers, task manager, weather, and inspirational quotes.

ما هو Clarie؟

Clarie هو إضافة Chrome تم تطويرها بواسطة clariecrx، والميزة الرئيسية لها هي "Turn new tab into a productive workspace, motivates with daily wallpapers, task manager, weather, and inspirational quotes.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Clarie

قم بتنزيل ملفات الامتداد Clarie بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Beautiful New tab to be productive with mesmerizing backgrounds, task manager, weather, task list, and motivational quote of the day. 

This extension updates your browser New Tab and provides:
- Focus of the Day
- Tasks
- Motivational Quote if the Day
- Beatutiful background 
- Speed test history 
- TopSites
- Newtab Search Results are redirected to Yahoo 


"Permissions used & reasons:

"Read and change your data on a number of websites"
For our extension to work, we require access to these websites we own and manage.

"Replace the page you see when opening a new tab"
This allows us to show you our product - new tab page with free web search.

By clicking "Add to Chrome", I accept and agree to installing the Clarie -  Chrome extension and setting Chrome™ New Tab search to that provided by Yahoo  as described by the Terms of Service (https://clarie.com/terms-of-service/) and Privacy Policy(https://clarie.com/privacy-policy/).                    

معلومات أساسية عن التمديد

الاسم Clarie Clarie
ID obkoocpicbjnoaljdjbadoadkoemchlp
عنوان URL الرسمي https://chromewebstore.google.com/detail/clarie/obkoocpicbjnoaljdjbadoadkoemchlp
الوصف Turn new tab into a productive workspace, motivates with daily wallpapers, task manager, weather, and inspirational quotes.
حجم الملف 3.84 MB
عدد التثبيتات 4,059
النسخة الحالية 1.24.220
آخر تحديث 2024-02-25
تاريخ النشر 2023-08-22
تقييم 3.67/5 مجموع تقييمات 3
المطور clariecrx
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://clarie.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clarie",
    "short_name": "Clarie",
    "description": "Turn new tab into a productive workspace, motivates with daily wallpapers, task manager, weather, and inspirational quotes.",
    "version": "1.24.220",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Clarie"
    },
    "host_permissions": [
        "*:\/\/*.clarie-api.net\/*"
    ],
    "permissions": [
        "tabs",
        "topSites",
        "storage",
        "cookies",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "manifest_version": 3
}