Minimal New Tab

newtab

Minimal New Tabคืออะไร?

Minimal New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย downthecrop และคุณลักษณะหลักของมันคือ "newtab"

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

screenshot

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

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

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

                        Minimal New Tab - Remove Google Doodles while retaining the stock aesthetic.

All in one drop in replacement for the Chrome new tab.

I really don't like google doodles on my newtab pages. Unfortunatly due to some chrome premission settings the chrome://newtab page is unable to be hooked. And thus we can't just block doodle requests.

Features
- No Google Doodles
- No "Helpful tips"
- True Dark Theme
- Chrome Top Sites
- Custom Top Sites
- Search Bar with Suggestions
- No configuration required
- Fast!

Logo by By Danil Polshin, RU                    

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

ชื่อ Minimal New Tab Minimal New Tab
ID afnmoecpnepccekbinlapeolhgdgjclm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minimal-new-tab/afnmoecpnepccekbinlapeolhgdgjclm
คำอธิบาย newtab
ขนาดไฟล์ 220 KB
จำนวนการติดตั้ง 200
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-09-20
วันที่เผยแพร่ 2021-04-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา downthecrop
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/downthecrop/minimal-new-tab
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal New Tab",
    "version": "1.7",
    "description": "newtab",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "topSites"
    ],
    "host_permissions": [
        "*:\/\/suggestqueries.google.com\/complete\/*",
        "https:\/\/t2.gstatic.com\/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}