Minimalist New Tab

Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.

Minimalist New Tabคืออะไร?

Minimalist New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John และคุณลักษณะหลักของมันคือ "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!                    

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

ชื่อ Minimalist New Tab Minimalist New Tab
ID cadppknnfehhlmfdkemdmdoogcldmane
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane
คำอธิบาย Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
ขนาดไฟล์ 131 KB
จำนวนการติดตั้ง 262
เวอร์ชันปัจจุบัน 0.2.6
อัปเดตครั้งล่าสุด 2019-02-06
วันที่เผยแพร่ 2019-02-06
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา John
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimalist New Tab",
    "version": "0.2.6",
    "minimum_chrome_version": "23",
    "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.",
    "author": "John",
    "icons": {
        "128": "assets\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "http:\/\/*.alphacoders.com\/*",
        "https:\/\/*.alphacoders.com\/*",
        "https:\/\/query.yahooapis.com\/v1\/public\/yql*",
        "http:\/\/fonts.googleapis.com\/*",
        "storage",
        "tabs",
        "geolocation",
        "bookmarks"
    ],
    "options_page": "options.html"
}