Minimal New Tab

A minimal new tab page for Chrome.

Minimal New Tabคืออะไร?

Minimal New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ExPixel และคุณลักษณะหลักของมันคือ "A minimal new tab page for Chrome."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A minimal new tab page for Chrome.                    

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

ชื่อ Minimal New Tab Minimal New Tab
ID oefebaomaahemfkgjdeaokigmcflbfna
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/minimal-new-tab/oefebaomaahemfkgjdeaokigmcflbfna
คำอธิบาย A minimal new tab page for Chrome.
ขนาดไฟล์ 122 KB
จำนวนการติดตั้ง 617
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2017-10-11
วันที่เผยแพร่ 2017-10-11
คะแนน 4.61/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา ExPixel
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ExPixel/Minimal-New-Tab-Page
URL หน้าช่วยเหลือ https://github.com/ExPixel/Minimal-New-Tab-Page/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal New Tab",
    "version": "1.5.0",
    "description": "A minimal new tab page for Chrome.",
    "author": "Adolph C.",
    "icons": {
        "16": "icons\/minimalnewtab-icon-16.png",
        "32": "icons\/minimalnewtab-icon-32.png",
        "48": "icons\/minimalnewtab-icon-48.png",
        "64": "icons\/minimalnewtab-icon-64.png",
        "128": "icons\/minimalnewtab-icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "permissions": [
        "chrome:\/\/favicon\/**\/*",
        "https:\/\/*.darksky.net\/",
        "http:\/\/*.darksky.net\/"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        "img\/weather\/*.svg",
        "js\/app.bundle.js"
    ]
}