New Tab Link Collection

New tab page where you can add your favorite and most frequently used links.

New Tab Link Collectionคืออะไร?

New Tab Link Collection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dreiQBIK และคุณลักษณะหลักของมันคือ "New tab page where you can add your favorite and most frequently used links."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย New Tab Link Collection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension replaces the new tab page with a nice grid view, where you can add your favorite and most frequently used links. The grid is adjustable to your needs and you can sort your links with headings, groups, icons and colors. You can even use drag and drop to move your lists and list items around.

NEW in v1.7:
- dark theme updated
- icons of previously added links can now be changed                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New Tab Link Collection New Tab Link Collection
ID gophcpnbaafonmeaekpebpdgmmfmnfep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep
คำอธิบาย New tab page where you can add your favorite and most frequently used links.
ขนาดไฟล์ 983 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2018-06-22
วันที่เผยแพร่ 2018-06-22
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา dreiQBIK
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Link Collection",
    "version": "1.7",
    "description": "New tab page where you can add your favorite and most frequently used links.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}