Selection Colors

Change the font color and background color of selected text.

Selection Colors क्या है?

Selection Colors Rob Bennett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the font color and background color of selected text."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Selection Colors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}