New Empty Coloured Tab

When you open a 'New Tab' it's blank and set to the background color of your desire.

New Empty Coloured Tab là gì?

New Empty Coloured Tab là một tiện ích mở rộng Chrome được phát triển bởi Glenn Hallin, và tính năng chính của nó là "When you open a 'New Tab' it's blank and set to the background color of your desire.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Empty Coloured Tab

Tải xuống các tệp mở rộng New Empty Coloured Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        When you open a 'New Tab' it's blank and set to the background color of your desire.

Changelog:
* Version 1.5.3
- Removed unneeded permission

* Version 1.5.2
- First run default value set to #4c4a48                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên New Empty Coloured Tab New Empty Coloured Tab
ID ilpmlpiodicccdbjckhganddmegpedln
URL Chính Thức https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln
Mô tả When you open a 'New Tab' it's blank and set to the background color of your desire.
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.5.3
Cập Nhật Lần Cuối 2023-07-03
Ngày Phát Hành 2017-11-14
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Glenn Hallin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Empty Coloured Tab",
    "description": "When you open a 'New Tab' it's blank and set to the background color of your desire.",
    "version": "1.5.3",
    "background": {
        "scripts": [
            "JS\/GETbg.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "enct.html"
    },
    "manifest_version": 2
}