Clean 'New Tab' Page

Remove all Google branding, search box, and links from the New Tab page.

Clean 'New Tab' Pageคืออะไร?

Clean 'New Tab' Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pacemkr และคุณลักษณะหลักของมันคือ "Remove all Google branding, search box, and links from the New Tab page."

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

screenshot

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

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

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

                        This extension has NO JAVASCRIPT.

The extension requires the "Access to data on www.google.com" permission solely because that is the only way to inject extra styles into the chrome://newtab page.

The full source code for this extension is available at https://github.com/pacemkr/clean-newtab-page-chrome-extension                    

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

ชื่อ Clean 'New Tab' Page Clean 'New Tab' Page
ID mnmkggimefekcebhjcapcipmnljbldal
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/clean-new-tab-page/mnmkggimefekcebhjcapcipmnljbldal
คำอธิบาย Remove all Google branding, search box, and links from the New Tab page.
ขนาดไฟล์ 4.73 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2013-11-24
วันที่เผยแพร่ 2013-11-24
คะแนน 2.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา pacemkr
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pacemkr/clean-newtab-page-chrome-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean 'New Tab' Page",
    "description": "Remove all Google branding, search box, and links from the New Tab page.",
    "version": "0.1.7",
    "author": "Nikolay Zalutskiy ",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/webhp"
            ],
            "css": [
                "clean.css"
            ]
        }
    ]
}