Dashlinks - New Tab

New tab extension to organize your websites links.

Dashlinks - New Tabคืออะไร?

Dashlinks - New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dashlinks และคุณลักษณะหลักของมันคือ "New tab extension to organize your websites links."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dashlinks - New Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}