Clean Tab - New Tab Page

New Tab page replacement with beautiful photography.

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

Clean Tab - New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://edwardbowden.uk และคุณลักษณะหลักของมันคือ "New Tab page replacement with beautiful photography."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        High Res Screenshots: https://imgur.com/a/V0qgO
Preview at: http://edwardbowden.co.uk/cleantab/demo/

Clean Tab is a beautiful new tab replacement for Google Chrome. It features a clock, search box and notes area.

It uses random backgrounds from Unsplash.com, 20 hand selected backgrounds in the download and you can also add your own by providing the URLs on the settings page. The settings also allow you to completely customise the interface to your own liking.

CleanTab                    

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

ชื่อ Clean Tab - New Tab Page Clean Tab - New Tab Page
ID fnigjhmjaojlnmkfnfafhgeikgbakdph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clean-tab-new-tab-page/fnigjhmjaojlnmkfnfafhgeikgbakdph
คำอธิบาย New Tab page replacement with beautiful photography.
ขนาดไฟล์ 11.59 MB
จำนวนการติดตั้ง 617
เวอร์ชันปัจจุบัน 0.53
อัปเดตครั้งล่าสุด 2023-12-15
วันที่เผยแพร่ 2016-12-10
คะแนน 4.11/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://edwardbowden.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://edwardbowden.uk
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/eventpage.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "New Tab page replacement with beautiful photography.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 2,
    "name": "Clean Tab - New Tab Page",
    "short_name": "Clean Tab",
    "version": "0.53",
    "author": "Edward Bowden",
    "homepage_url": "https:\/\/edwardbowden.uk"
}