Dashlinks - New Tab

New tab extension to organize your websites links.

Dashlinks - New Tab là gì?

Dashlinks - New Tab là một tiện ích mở rộng Chrome được phát triển bởi Dashlinks, và tính năng chính của nó là "New tab extension to organize your websites links.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dashlinks - New Tab

Tải xuống các tệp mở rộng Dashlinks - New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dashlinks - New Tab Dashlinks - New Tab
ID gfkcocmdmegcelbkamlglehhomiahgjm
URL Chính Thức https://chromewebstore.google.com/detail/dashlinks-new-tab/gfkcocmdmegcelbkamlglehhomiahgjm
Mô tả New tab extension to organize your websites links.
Kích Thước Tệp 37.52 KB
Số Lần Cài Đặt 33,624
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-10-20
Ngày Phát Hành 2021-01-10
Đánh Giá 4.86/5 Tổng số 392 Đánh Giá
Nhà Phát Triển Dashlinks
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://search4it.net/privacy.php
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}