new tab links

A replacement new tab page, displays a clock and links of your choosing.

new tab linksคืออะไร?

new tab links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nathanwentworth.co และคุณลักษณะหลักของมันคือ "A replacement new tab page, displays a clock and links of your choosing."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย new tab links

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

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

                        A replacement for the new tab page, displays a small clock and a selection of editable links. 

Add new links by clicking "edit" at the bottom left, and typing a link followed by a space and the title of the link. 

New in 1.5.1:
- Yellow theme added
- Will now allow urls without a tld, such as 'http://localhost'
New in v1.5:
- Now allows for vertical/horizontal scrolling
- Edit menu has a background so it can be seen easier in front of long lists
- Blank lines no longer count as elements                    

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

ชื่อ new tab links new tab links
ID dhilgiccnfcdipikddkegbpphmnobpnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-links/dhilgiccnfcdipikddkegbpphmnobpnn
คำอธิบาย A replacement new tab page, displays a clock and links of your choosing.
ขนาดไฟล์ 65.62 KB
จำนวนการติดตั้ง 130
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2021-03-25
วันที่เผยแพร่ 2019-03-27
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://nathanwentworth.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nathanwentworth.co/projects/new-tab-links/
URL หน้าช่วยเหลือ https://twitter.com/nathanwentworth
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "new tab links",
    "manifest_version": 2,
    "version": "1.5.1",
    "description": "A replacement new tab page, displays a clock and links of your choosing.",
    "applications": {
        "gecko": {
            "id": "{2fdf13eb-fee6-48c7-9bd3-5624a005d68e}"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}