Unclutter New Tab

Access your Unclutter reading queue from your new tab page.

O que é Unclutter New Tab?

Unclutter New Tab é uma extensão do Chrome desenvolvida por https://lindylearn.io, e sua principal característica é "Access your Unclutter reading queue from your new tab page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Unclutter New Tab

Baixe arquivos de extensão Unclutter New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Unclutter New Tab Unclutter New Tab
ID bghgkooimeljolohebojceacblokenjn
URL Oficial https://chromewebstore.google.com/detail/unclutter-new-tab/bghgkooimeljolohebojceacblokenjn
Descrição Access your Unclutter reading queue from your new tab page.
Tamanho do Arquivo 1.3 MB
Contagem de Instalações 181
Versão Atual 0.7.0
Última Atualização 2023-03-02
Data de Publicação 2022-10-23
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://lindylearn.io
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/lindylearn/unclutter/blob/main/docs/metrics.md
Idiomas Suportados 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\/*"
        ]
    }
}