Start Clean New Tab Page

Open a new tab with a clean & fast ui.

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

Start Clean New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://startclean.github.io และคุณลักษณะหลักของมันคือ "Open a new tab with a clean & fast ui."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Version with no search bar: https://chrome.google.com/webstore/detail/start-clean-new-tab-page/hcpnfohelmaeaggdaechndhkpcednefi

0.2.8 opens apps in the same tab. 0.2.7 bundles all scripts and fonts locally for offline usage. Version 0.2.6 offers a background color changer in the options. Thank you to koopa1338 on github!

Start Clean offers a minimal ui that replaces Google Chrome's default page.
It includes the top sites you visit, and shows your apps (both turned on in the settings). You can add your own custom links.

Start Clean New Tab Page has less features and options than alternatives such as Awesome New Tab Page, but it is cleaner, faster, and has only what you need.

Use Start Clean with your linux desktop to spice it up even more.

Previous version updates:

Version 0.2.5 includes bug fixes. 
Version 0.2.4 changes the way search works with autocomplete powered by duckduckgo and wikipedia. 
Version 0.2.2 offers an option to choose search box location, plus choose search engine, and urls in the search box resolve.                    

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

ชื่อ Start Clean New Tab Page Start Clean New Tab Page
ID oaaiopdkhehimlfmjjljfaaofohdpogd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/start-clean-new-tab-page/oaaiopdkhehimlfmjjljfaaofohdpogd
คำอธิบาย Open a new tab with a clean & fast ui.
ขนาดไฟล์ 83.9 KB
จำนวนการติดตั้ง 237
เวอร์ชันปัจจุบัน 0.2.8
อัปเดตครั้งล่าสุด 2016-12-05
วันที่เผยแพร่ 2016-12-05
คะแนน 4.07/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://startclean.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://startclean.github.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Start Clean New Tab Page",
    "description": "Open a new tab with a clean & fast ui.",
    "version": "0.2.8",
    "manifest_version": 2,
    "permissions": [
        "management",
        "storage",
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "start.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/en.wikipedia.org https:\/\/api.duckduckgo.com; object-src 'self'",
    "icons": {
        "48": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}