New Tab No Doodles

Remove Google doodles from the new tab page.

New Tab No Doodlesคืออะไร?

New Tab No Doodles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gaston Lagaffe และคุณลักษณะหลักของมันคือ "Remove Google doodles from the new tab page."

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

screenshot
screenshot

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

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

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

                        This extension replaces the new tab page with a page that aims to remain visually similar to the new tab page but without any Google doodles.

NOTE: Personalized and dynamic aspects of the new tab page (such as themes, wallpapers and shortcuts) are not supported.                    

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

ชื่อ New Tab No Doodles New Tab No Doodles
ID elinkdhiglllcjpdilenamlilknhbppj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-no-doodles/elinkdhiglllcjpdilenamlilknhbppj
คำอธิบาย Remove Google doodles from the new tab page.
ขนาดไฟล์ 27.28 KB
จำนวนการติดตั้ง 2,222
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2023-08-25
วันที่เผยแพร่ 2022-06-19
คะแนน 4.84/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Gaston Lagaffe
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab No Doodles",
    "description": "Remove Google doodles from the new tab page.",
    "version": "1.1.2",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "seedling48.png",
        "128": "seedling128.png"
    }
}