Dashlinks - New Tab

New tab extension to organize your websites links.

Cos'è Dashlinks - New Tab?

Dashlinks - New Tab è un'estensione di Chrome sviluppata da Dashlinks, e la sua funzione principale è "New tab extension to organize your websites links.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Dashlinks - New Tab

Scarica i file di estensione Dashlinks - New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Dashlinks - New Tab Dashlinks - New Tab
ID gfkcocmdmegcelbkamlglehhomiahgjm
URL Ufficiale https://chromewebstore.google.com/detail/dashlinks-new-tab/gfkcocmdmegcelbkamlglehhomiahgjm
Descrizione New tab extension to organize your websites links.
Dimensione del File 37.52 KB
Conteggio Installazioni 33,624
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-10-20
Data di Pubblicazione 2021-01-10
Valutazione 4.86/5 Totale 392 Valutazioni
Sviluppatore Dashlinks
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://search4it.net/privacy.php
Lingue Supportate 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"
    }
}