Solid New Tab

Customizable new tab page with focus on utility

ما هو Solid New Tab؟

Solid New Tab هو إضافة Chrome تم تطويرها بواسطة matus.benko، والميزة الرئيسية لها هي "Customizable new tab page with focus on utility".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Solid New Tab

قم بتنزيل ملفات الامتداد Solid New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Page shows links organized into the columns. Each link has an icon which is manually chosen from the set of free fontawesome icons.
Links are fully customizable through simple settings editor on the options page.
It is possible to create multiple environments with different set of links and appearance settings.

For the power users the extension also provides keyboard support which is compatible with Vimium extension.

In case of issues or feature suggestions please list an issue at https://gitlab.com/matus.benko/solid-new-tab                    

معلومات أساسية عن التمديد

الاسم Solid New Tab Solid New Tab
ID fillnkhhkimbilnofnpjlnfkahbkabld
عنوان URL الرسمي https://chromewebstore.google.com/detail/solid-new-tab/fillnkhhkimbilnofnpjlnfkahbkabld
الوصف Customizable new tab page with focus on utility
حجم الملف 2.09 MB
عدد التثبيتات 79
النسخة الحالية 1.1
آخر تحديث 2020-04-05
تاريخ النشر 2020-04-05
تقييم 5.00/5 مجموع تقييمات 5
المطور matus.benko
نوع الدفع free
موقع الإضافة https://gitlab.com/matus.benko/solid-new-tab
عنوان صفحة المساعدة https://gitlab.com/matus.benko/solid-new-tab
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Solid New Tab",
    "description": "Customizable new tab page with focus on utility",
    "permissions": [
        "storage"
    ],
    "version": "1.1",
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "index.html#newTab"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}