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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}