Selection Colors

Change the font color and background color of selected text.

Qu'est-ce que Selection Colors ?

Selection Colors est une extension Chrome développée par Rob Bennett, et sa fonction principale est "Change the font color and background color of selected text.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Selection Colors

Téléchargez les fichiers d'extension Selection Colors au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Selection Colors Selection Colors
ID fmmdobdphciajmkcmomkofkhpmhhajbg
URL Officiel https://chromewebstore.google.com/detail/selection-colors/fmmdobdphciajmkcmomkofkhpmhhajbg
Description Change the font color and background color of selected text.
Taille du Fichier 113 KB
Nombre d'Installations 2,725
Version Actuelle 3.0
Dernière Mise à Jour 2023-08-28
Date de Publication 2019-10-30
Évaluation 4.21/5 Total 19 Évaluations
Développeur Rob Bennett
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/RobbyCBennett/SelectionColors
URL de la Page de Politique de Confidentialité https://gist.github.com/RobbyCBennett/764d8f497f678c91d13ecb2ef38d8915
Langues Prises en Charge 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"
            ]
        }
    ]
}