Select To Highlight

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

Vad är Select To Highlight?

Select To Highlight är en Chrome-tillägg utvecklad av qsqiu, och dess huvudfunktion är "Allow you to highlight the words in the web pages that are the same as your selection.".

Tilläggsskärmbilder

screenshot

Ladda ner Select To Highlight-förlängningens CRX-fil

Ladda ner Select To Highlight-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
Officiell webbadress https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Beskrivning Allow you to highlight the words in the web pages that are the same as your selection.
Filstorlek 37.04 KB
Antal Installationer 244
Aktuell Version 1.0.4
Senast Uppdaterad 2017-02-13
Publiceringsdatum 2017-02-13
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare qsqiu
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/QS20199/SelectToHighlight
Stödda Språk 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"
    }
}