Dashlinks - New Tab

New tab extension to organize your websites links.

什麼是Dashlinks - New Tab?

Dashlinks - New Tab是由Dashlinks開發的Chrome擴展程式,該擴展的主要功能是“New tab extension to organize your websites links.”。

擴展截圖

screenshot
screenshot

下載Dashlinks - New Tab擴展crx文件

下載Dashlinks - New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Dashlinks - New Tab Dashlinks - New Tab
ID gfkcocmdmegcelbkamlglehhomiahgjm
官方網址 https://chromewebstore.google.com/detail/dashlinks-new-tab/gfkcocmdmegcelbkamlglehhomiahgjm
簡介 New tab extension to organize your websites links.
檔案大小 37.52 KB
安裝次數 33,624
目前版本 1.0.2
更新時間 2022-10-20
上架時間 2021-01-10
評分 4.86/5 共 392 次評分
開發者 Dashlinks
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://search4it.net/privacy.php
支援的語言 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"
    }
}