google-search-highlight

This is an extension that highlights Google's search word.

Τι είναι το google-search-highlight;

Το google-search-highlight είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον morix1500, και η κύρια λειτουργία του είναι "This is an extension that highlights Google's search word.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης google-search-highlight

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

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

                        This extension highlights words searched by Google on other pages.
It corresponds to the following functions.
・Change color of highlight
・Exact match search
・Disable highlight

The target Google domain is as follows.
・www.google.com
・www.google.co.jp                    

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

Όνομα google-search-highlight google-search-highlight
ID flaaojfnmmijincblkoigagflgogiego
Επίσημο URL https://chrome.google.com/webstore/detail/google-search-highlight/flaaojfnmmijincblkoigagflgogiego
Περιγραφή This is an extension that highlights Google's search word.
Μέγεθος Αρχείου 42.2 KB
Αριθμός Εγκαταστάσεων 257
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2018-09-17
Ημερομηνία Δημοσίευσης 2018-09-17
Αξιολόγηση 4.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής morix1500
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "google-search-highlight",
    "description": "This is an extension that highlights Google's search word.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery.highlight-5.js",
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}