Clean Tab

An minimalistic and customizable New Tab page that replaces Chrome's default.

Clean Tabคืออะไร?

Clean Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Howard และคุณลักษณะหลักของมันคือ "An minimalistic and customizable New Tab page that replaces Chrome's default."

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

screenshot
screenshot

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

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

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

                        This is a simple New Tab page that replaces the default one included with Chrome. It displays the time and date, and has a search bar that exclusively uses Google. There are also a few customization options, which are:

 - Custom image backgrounds from a URL
 - Solid color background by picking a custom color
 - Remove the time and date
 - Hide the background behind the search bar

This extension is still new and under development, so if you have any feature requests or find anything you'd like me to update let me know!                    

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

ชื่อ Clean Tab Clean Tab
ID lpmoaemacdlgeegfpnalfmeekbfbpfga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clean-tab/lpmoaemacdlgeegfpnalfmeekbfbpfga
คำอธิบาย An minimalistic and customizable New Tab page that replaces Chrome's default.
ขนาดไฟล์ 18.07 KB
จำนวนการติดตั้ง 199
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2017-02-19
วันที่เผยแพร่ 2017-02-19
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Adam Howard
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://goo.gl/8Bb8wI
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Tab",
    "short_name": "Clean Tab",
    "description": "An minimalistic and customizable New Tab page that replaces Chrome's default.",
    "version": "0.7",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "cleantab.html"
    }
}