Clean & Responsive New Tab

Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.

Clean & Responsive New Tabคืออะไร?

Clean & Responsive New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://52q.net และคุณลักษณะหลักของมันคือ "Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive."

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

screenshot

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

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

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

                        Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.

PS: It's forked from https://github.com/pacemkr/clean-newtab-page-chrome-extension (It can't work with the lastest chrome)

在Chrome原生新标签页基础上,隐藏掉了谷歌搜索等不常用模块,只保留了常用网站模块。重要的是,常用网站的列表支持响应式窗口缩放,确保在各种常见分辨率下都有较好的视觉效果。

备注:衍生自https://github.com/pacemkr/clean-newtab-page-chrome-extension (他这个版本安装后不起作用,只好自己动手,于是诞生了这个小插件。)                    

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

ชื่อ Clean & Responsive New Tab Clean & Responsive New Tab
ID lpnkkobpgijmokndhekbfkakhimjenil
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/clean-responsive-new-tab/lpnkkobpgijmokndhekbfkakhimjenil
คำอธิบาย Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.
ขนาดไฟล์ 6.88 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-11-19
วันที่เผยแพร่ 2014-11-19
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://52q.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ahu/Clean-Responsive-Chrome-NewTab
URL หน้าช่วยเหลือ https://github.com/ahu/Clean-Responsive-Chrome-NewTab
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean & Responsive New Tab",
    "description": "Remove all Google branding, search box, and links from the New Tab page. Important: The grid of most visited pages is responsive.",
    "version": "1.1",
    "author": "AHU ",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "c&r.css"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/_\/chrome\/newtab*"
            ]
        }
    ]
}