Min New Tab

A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.

Min New Tabคืออะไร?

Min New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stanley Lim และคุณลักษณะหลักของมันคือ "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Min is a beautiful lightweight alternative to the regular new tab page for Google Chrome that focuses on simplifying your browsing experience without removing essential features. Min will work on any computer with Chrome and all information will sync across devices.

Min displays breathtaking photos that truly inspires along with a distraction free design and elegant fonts.

Images are provided by Unspalsh. https://unsplash.com                    

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

ชื่อ Min New Tab Min New Tab
ID ceaabelmocjaianlmapkjobmmhgjhbho
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho
คำอธิบาย A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
ขนาดไฟล์ 51.95 KB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-07-29
วันที่เผยแพร่ 2016-07-29
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Stanley Lim
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "storage",
        "topSites"
    ],
    "offline_enabled": true,
    "name": "Min New Tab",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}