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
公式URL 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
Eメール [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"
    }
}