Unclutter New Tab

Access your Unclutter reading queue from your new tab page.

What is Unclutter New Tab?

Unclutter New Tab is a Chrome extension developed by https://lindylearn.io, and its main feature is "Access your Unclutter reading queue from your new tab page.".

Extension Screenshots

screenshot

Download Unclutter New Tab Extension CRX File

Download Unclutter New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Unclutter New Tab Unclutter New Tab
ID bghgkooimeljolohebojceacblokenjn
Official URL https://chromewebstore.google.com/detail/unclutter-new-tab/bghgkooimeljolohebojceacblokenjn
Description Access your Unclutter reading queue from your new tab page.
File Size 1.3 MB
Installation Count 181
Current Version 0.7.0
Last Updated 2023-03-02
Publish Date 2022-10-23
Rating 5.00/5 Total 2 Ratings
Developer https://lindylearn.io
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/lindylearn/unclutter/blob/main/docs/metrics.md
Supported Languages 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\/*"
        ]
    }
}