Custom New Tab

A clean custom new tab page designed for minimum distraction.

Custom New Tabคืออะไร?

Custom New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josephus Paye II และคุณลักษณะหลักของมันคือ "A clean custom new tab page designed for minimum distraction."

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

screenshot
screenshot
screenshot

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

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

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

                        Replaces the new tab page with a clean, minimal design that shows favorite sites, installed apps and links from a selected bookmarks folder.                    

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

ชื่อ Custom New Tab Custom New Tab
ID aiakclopdahdkjkfmbklnocpheohodnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-new-tab/aiakclopdahdkjkfmbklnocpheohodnn
คำอธิบาย A clean custom new tab page designed for minimum distraction.
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 360
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-08-02
วันที่เผยแพร่ 2014-08-02
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Josephus Paye II
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom New Tab",
    "description": "A clean custom new tab page designed for minimum distraction.",
    "author": "Josephus Paye II",
    "version": "1.0",
    "icons": {
        "128": "assets\/images\/icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "management",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "chrome_url_overrides": {
        "newtab": "page.html"
    }
}