Google Keyword Highlighter
Highlights Google-matched words in colour
Τι είναι το Google Keyword Highlighter;
Το Google Keyword Highlighter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Old Pike Software, και η κύρια λειτουργία του είναι "Highlights Google-matched words in colour".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Keyword Highlighter
Λήψη αρχείων επέκτασης Google Keyword Highlighter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This very simple extension allows the addition of a highlight colour to all the matched words Google finds in the excerpts shown in a search results page (which normally are displayed only in a rather discreet boldface). The highlight colour can be chosen on the extension's Options Page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Keyword Highlighter |
ID | aocmoogbdjejoimokamdoekglbibpnda |
Επίσημο URL | https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda |
Περιγραφή | Highlights Google-matched words in colour |
Μέγεθος Αρχείου | 46.83 KB |
Αριθμός Εγκαταστάσεων | 28 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2024-02-04 |
Ημερομηνία Δημοσίευσης | 2021-10-21 |
Προγραμματιστής | Old Pike Software |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://oldpike.bxtrom.eu/privacy_policy.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Keyword Highlighter", "version": "1.2", "description": "Highlights Google-matched words in colour", "icons": { "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "permissions": [ "storage" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/*.google.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "icon_128.png" ], "matches": [ "https:\/\/*.google.com\/*" ] } ] } |