Select To Highlight

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

Τι είναι το Select To Highlight;

Το Select To Highlight είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον qsqiu, και η κύρια λειτουργία του είναι "Allow you to highlight the words in the web pages that are the same as your selection.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Select To Highlight

Λήψη αρχείων επέκτασης Select To Highlight σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
Επίσημο URL https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Περιγραφή Allow you to highlight the words in the web pages that are the same as your selection.
Μέγεθος Αρχείου 37.04 KB
Αριθμός Εγκαταστάσεων 244
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2017-02-13
Ημερομηνία Δημοσίευσης 2017-02-13
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής qsqiu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/QS20199/SelectToHighlight
Υποστηριζόμενες Γλώσσες 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"
    }
}