New Tab Custom Colour Blank Page

New Tab opens with a (user chosen) colour blank page

New Tab Custom Colour Blank Pageคืออะไร?

New Tab Custom Colour Blank Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Applin Devlin และคุณลักษณะหลักของมันคือ "New Tab opens with a (user chosen) colour blank page"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Customise your New Tab with this fast loading, cusomtisable New Tab Extension. Choose your own colour from some popular colours (Black, White, Incognitio, InPrivate, Red, Greed, Blue, Yellow) or choose from a palette of 256 colours to suit your individual mood and taste.

With this Extension your New Tabs will load faster (compare this Extensions 10 lines of HTML versus the default Chrome New Tab 2554 of lines of HTML and scripts); this Extension will respect your privacy (no cookies or tracking) and by not displaying your Most Visited websites. Avoid that awkward moment when you open Chrome or a New Tab in front of your boss and all those recruitment websites are displayed :^)

You may also be interested in the ultra-lightweight and simple "New Tab Blank Black Page" which uses a simple blank black page for the New Tab, available here:
https://chrome.google.com/webstore/detail/new-tab-blank-black-page/ijmmakaohfkpngajfinbgcbbnbfhleoo

Enjoy the extension, I welcome your feedback and suggestions.
Alan.                    

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

ชื่อ New Tab Custom Colour Blank Page New Tab Custom Colour Blank Page
ID alpbidclbcicajijnlgcchmkkbbknokl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-custom-colour-bla/alpbidclbcicajijnlgcchmkkbbknokl
คำอธิบาย New Tab opens with a (user chosen) colour blank page
ขนาดไฟล์ 12.73 KB
จำนวนการติดตั้ง 347
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2022-12-05
วันที่เผยแพร่ 2018-07-15
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Applin Devlin
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.alancowap.com/appsprivacypolicy/
URL หน้านโยบายความเป็นส่วนตัว http://www.alancowap.com/appsprivacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New Tab Custom Colour Blank Page",
    "version": "0.3",
    "description": "New Tab opens with a (user chosen) colour blank page",
    "author": "Alan Cowap",
    "icons": {
        "16": "images\/NewTab_Screenshot_Corner_16x16.png",
        "32": "images\/NewTab_Screenshot_Corner_32x32.png",
        "48": "images\/NewTab_Screenshot_Corner_48x48.png",
        "128": "images\/NewTab_Screenshot_Corner_128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "alBlank.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "offline_enabled": true,
    "short_name": "NewTabCustom"
}