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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}