Selection Colors

Change the font color and background color of selected text.

Selection Colors란 무엇입니까?

Selection Colors은(는) Rob Bennett에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the font color and background color of selected text."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Selection Colors 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Selection Colors Selection Colors
ID fmmdobdphciajmkcmomkofkhpmhhajbg
공식 URL https://chromewebstore.google.com/detail/selection-colors/fmmdobdphciajmkcmomkofkhpmhhajbg
설명 Change the font color and background color of selected text.
파일 크기 113 KB
설치 횟수 2,725
현재 버전 3.0
최근 업데이트 2023-08-28
출시 날짜 2019-10-30
평점 4.21/5 총 19 개의 평점
개발자 Rob Bennett
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/RobbyCBennett/SelectionColors
개인정보 보호 정책 페이지 URL https://gist.github.com/RobbyCBennett/764d8f497f678c91d13ecb2ef38d8915
지원되는 언어 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"
            ]
        }
    ]
}