Select To Highlight

Allow you to highlight the words in the web pages that are the same as your selection.

Co je Select To Highlight?

Select To Highlight je rozšíření Chrome vyvinuté qsqiu, a jeho hlavní funkcí je „Allow you to highlight the words in the web pages that are the same as your selection.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Select To Highlight

Stáhněte si soubory rozšíření Select To Highlight ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Allow you to highlight the words in the web pages that are the same as your selection.                    

Základní Informace o Rozšíření

Název Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
Oficiální URL https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Popis Allow you to highlight the words in the web pages that are the same as your selection.
Velikost souboru 37.04 KB
Počet instalací 244
Aktuální Verze 1.0.4
Poslední Aktualizace 2017-02-13
Datum Vydání 2017-02-13
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář qsqiu
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/QS20199/SelectToHighlight
Podporované Jazyky zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select To Highlight",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Allow you to highlight the words in the web pages that are the same as your selection.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Select To Highlight",
        "default_icon": "icon_128.png"
    }
}