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ファイルをダウンロード

Selection Colors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}