Unclutter New Tab

Access your Unclutter reading queue from your new tab page.

什麼是Unclutter New Tab?

Unclutter New Tab是由https://lindylearn.io開發的Chrome擴展程式,該擴展的主要功能是“Access your Unclutter reading queue from your new tab page.”。

擴展截圖

screenshot

下載Unclutter New Tab擴展crx文件

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

擴展使用說明

                        This extension replaces the standard "recommended sites" section on each new tab page with your Unclutter reading queue. Press TAB any time to browse your full library.

Make sure to install the Unclutter reader mode first: 
https://chrome.google.com/webstore/detail/unclutter-ad-blocker-for/ibckhpijbdmdobhhhodkceffdngnglpk

Note: This extension is not affiliated with Google.                    

擴展基本資訊

名稱 Unclutter New Tab Unclutter New Tab
ID bghgkooimeljolohebojceacblokenjn
官方網址 https://chromewebstore.google.com/detail/unclutter-new-tab/bghgkooimeljolohebojceacblokenjn
簡介 Access your Unclutter reading queue from your new tab page.
檔案大小 1.3 MB
安裝次數 181
目前版本 0.7.0
更新時間 2023-03-02
上架時間 2022-10-23
評分 5.00/5 共 2 次評分
開發者 https://lindylearn.io
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://github.com/lindylearn/unclutter/blob/main/docs/metrics.md
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unclutter New Tab",
    "version": "0.7.0",
    "description": "Access your Unclutter reading queue from your new tab page.",
    "homepage_url": "https:\/\/github.com\/lindylearn\/unclutter",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icon.png"
    },
    "permissions": [
        "storage",
        "search"
    ],
    "host_permissions": [],
    "minimum_chrome_version": "96",
    "background": {
        "service_worker": "background\/events.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "new-tab\/index.*",
                "new-tab\/tailwind.css.js",
                "assets\/**"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab\/index-chrome.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/my.unclutter.it\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}