Selection Colors

Change the font color and background color of selected text.

Selection Colors là gì?

Selection Colors là một tiện ích mở rộng Chrome được phát triển bởi Rob Bennett, và tính năng chính của nó là "Change the font color and background color of selected text.".

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

screenshot
screenshot
screenshot

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

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

                        The standard dark blue highlight and white text is horrible and hard to read. With this extension, you can easily change the selection effects to be more readable and beautiful. Use Selection Colors to make your browsing experience even better.

Custom Selection Color:
Pick any color and transparency, refresh each tab, and select text

Instructions:
1. Open the options for this extension
2. Pick a color (recommended: default settings & only change the background hue)
3. Refresh each web page
4. Select text to see the new colors

Options:
Background color
Text color

Storage Sync:
Options saved for use on any computer                    

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

Tên Selection Colors Selection Colors
ID fmmdobdphciajmkcmomkofkhpmhhajbg
URL Chính Thức https://chromewebstore.google.com/detail/selection-colors/fmmdobdphciajmkcmomkofkhpmhhajbg
Mô tả Change the font color and background color of selected text.
Kích Thước Tệp 113 KB
Số Lần Cài Đặt 2,725
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2019-10-30
Đánh Giá 4.21/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Rob Bennett
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/RobbyCBennett/SelectionColors
URL Trang Chính Sách Bảo Mật https://gist.github.com/RobbyCBennett/764d8f497f678c91d13ecb2ef38d8915
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Selection Colors",
    "short_name": "Selection Colors",
    "description": "Change the font color and background color of selected text.",
    "author": "Robby Bennett",
    "icons": {
        "16": "\/assets\/icon16.png",
        "32": "\/assets\/icon32.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "version": "3.0",
    "action": {
        "default_icon": "\/assets\/icon128.png",
        "default_popup": "\/options\/options.html#popup"
    },
    "options_ui": {
        "page": "\/options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "\/content.js"
            ]
        }
    ]
}