Dashlinks - New Tab

New tab extension to organize your websites links.

What is Dashlinks - New Tab?

Dashlinks - New Tab is a Chrome extension developed by Dashlinks, and its main feature is "New tab extension to organize your websites links.".

Extension Screenshots

screenshot
screenshot

Download Dashlinks - New Tab Extension CRX File

Download Dashlinks - New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Dashlinks - New Tab Dashlinks - New Tab
ID gfkcocmdmegcelbkamlglehhomiahgjm
Official URL https://chromewebstore.google.com/detail/dashlinks-new-tab/gfkcocmdmegcelbkamlglehhomiahgjm
Description New tab extension to organize your websites links.
File Size 37.52 KB
Installation Count 33,624
Current Version 1.0.2
Last Updated 2022-10-20
Publish Date 2021-01-10
Rating 4.86/5 Total 392 Ratings
Developer Dashlinks
Email [email protected]
Payment Type free
Privacy Policy Page URL https://search4it.net/privacy.php
Supported Languages 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"
    }
}