Colored New Tab

Google Chrome (or Chromium) extension that opens the new tab in a specific color

Colored New Tab là gì?

Colored New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://glogovetan.com, và tính năng chính của nó là "Google Chrome (or Chromium) extension that opens the new tab in a specific color".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Colored New 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

                        A minimalist Chrome extension that replaces the New Tab page with simple colors.

Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher                    

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

Tên Colored New Tab Colored New Tab
ID bfjhjeccmlkbbgliegkapplkpkcngeaa
URL Chính Thức https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa
Mô tả Google Chrome (or Chromium) extension that opens the new tab in a specific color
Kích Thước Tệp 11.46 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-03-11
Ngày Phát Hành 2018-03-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://glogovetan.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rdig/colored-new-tab
URL Trang Trợ Giúp https://github.com/rdig/colored-new-tab/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colored New Tab",
    "short_name": "New Tab",
    "version": "1.0.0",
    "description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
    "author": "Raul Glogovetan",
    "homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab",
    "icons": {
        "16": "extension_icon_16.png",
        "48": "extension_icon_48.png",
        "128": "extension_icon_128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "TabPage\/index.html"
    }
}