Unclutter New Tab

Access your Unclutter reading queue from your new tab page.

¿Qué es Unclutter New Tab?

Unclutter New Tab es una extensión de Chrome desarrollada por https://lindylearn.io, y su función principal es "Access your Unclutter reading queue from your new tab page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Unclutter New Tab

Descarga archivos de extensión Unclutter New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Unclutter New Tab Unclutter New Tab
ID bghgkooimeljolohebojceacblokenjn
URL Oficial https://chromewebstore.google.com/detail/unclutter-new-tab/bghgkooimeljolohebojceacblokenjn
Descripción Access your Unclutter reading queue from your new tab page.
Tamaño del Archivo 1.3 MB
Cantidad de Instalaciones 181
Versión Actual 0.7.0
Última Actualización 2023-03-02
Fecha de Publicación 2022-10-23
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://lindylearn.io
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://github.com/lindylearn/unclutter/blob/main/docs/metrics.md
Idiomas Soportados 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\/*"
        ]
    }
}