Lightweight New Tab Page

Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.

Lightweight New Tab Pageคืออะไร?

Lightweight New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DJ Madeira และคุณลักษณะหลักของมันคือ "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't."

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

screenshot
screenshot
screenshot

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

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

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

                        Best features:

- Lightning fast (~20ms)
- Full CSS customization
- Custom quick links
- Accessible
- Cache & history clearing tools
- Chrome-native feel

If you want a new feature, you can file an issue or submit a pull request on GitHub:
https://github.com/djmadeira/lightweight-new-tab-page

However, I'm going to be pretty conservative on what get's added. I want this to stay very, very simple.

Store image background credit: Abdul Rahman https://www.flickr.com/photos/yunir/15647252567                    

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

ชื่อ Lightweight New Tab Page Lightweight New Tab Page
ID cahfgmimpeeiibiicmeengglhpnhbkki
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki
คำอธิบาย Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
ขนาดไฟล์ 35.08 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2015-04-14
วันที่เผยแพร่ 2015-04-14
คะแนน 4.33/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา DJ Madeira
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/djmadeira/lightweight-new-tab-page
URL หน้าช่วยเหลือ https://github.com/djmadeira/lightweight-new-tab-page/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lightweight New Tab Page",
    "short_name": "Lightweight New Tab",
    "description": "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.",
    "author": "DJ Madeira",
    "version": "1.2.3",
    "permissions": [
        "tabs",
        "browsingData",
        "history",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    }
}