Clarie

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

什麼是Clarie?

Clarie是由clariecrx開發的Chrome擴展程式,該擴展的主要功能是“Turn new tab into a productive workspace, motivates with daily wallpapers, task manager, weather, and inspirational quotes.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Clarie擴展crx文件

下載Clarie擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
隱私政策頁面URL 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
}