Dashlinks - New Tab

New tab extension to organize your websites links.

Qu'est-ce que Dashlinks - New Tab ?

Dashlinks - New Tab est une extension Chrome développée par Dashlinks, et sa fonction principale est "New tab extension to organize your websites links.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Dashlinks - New Tab

Téléchargez les fichiers d'extension Dashlinks - New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Dashlinks - New Tab Dashlinks - New Tab
ID gfkcocmdmegcelbkamlglehhomiahgjm
URL Officiel https://chromewebstore.google.com/detail/dashlinks-new-tab/gfkcocmdmegcelbkamlglehhomiahgjm
Description New tab extension to organize your websites links.
Taille du Fichier 37.52 KB
Nombre d'Installations 33,624
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-10-20
Date de Publication 2021-01-10
Évaluation 4.86/5 Total 392 Évaluations
Développeur Dashlinks
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://search4it.net/privacy.php
Langues Prises en Charge 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"
    }
}