Dashlinks - New Tab

New tab extension to organize your websites links.

O que é Dashlinks - New Tab?

Dashlinks - New Tab é uma extensão do Chrome desenvolvida por Dashlinks, e sua principal característica é "New tab extension to organize your websites links.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Dashlinks - New Tab

Baixe arquivos de extensão Dashlinks - 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

                        Dashlinks is a new tab extension bundled with popular websites links sorted by category.
You can add more links and more categories to organize your new tab as you like.
Your top visited websites appear on top.

By clicking "Add to chrome", I accept and agree to installing the Dashlinks New Tab Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.

Privacy Policy: https://search4it.net/privacy.php
Terms and Conditions: https://search4it.net/terms.php
About us: https://search4it.net/about.php                    

Informações Básicas da Extensão

Nome Dashlinks - New Tab Dashlinks - New Tab
ID gfkcocmdmegcelbkamlglehhomiahgjm
URL Oficial https://chromewebstore.google.com/detail/dashlinks-new-tab/gfkcocmdmegcelbkamlglehhomiahgjm
Descrição New tab extension to organize your websites links.
Tamanho do Arquivo 37.52 KB
Contagem de Instalações 33,624
Versão Atual 1.0.2
Última Atualização 2022-10-20
Data de Publicação 2021-01-10
Classificação 4.86/5 Total de 392 Avaliações
Desenvolvedor Dashlinks
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://search4it.net/privacy.php
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "topSites"
    ],
    "version": "1.0.2",
    "web_accessible_resources": [
        {
            "resources": [
                "128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "128.png"
    }
}