Google Result Counter
Automatically counts your Google search results and displays the number of results in the title of the result.
Τι είναι το Google Result Counter;
Το Google Result Counter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Paul Lukic, και η κύρια λειτουργία του είναι "Automatically counts your Google search results and displays the number of results in the title of the result.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Result Counter
Λήψη αρχείων επέκτασης Google Result Counter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Do not forget to enable counter upon installation! Update 1.0.4 - Fixed counting header for images. - Fixed extension firing on wordpress.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Result Counter |
ID | oijjnonbajbomjimdmfchfjadndnhfgp |
Επίσημο URL | https://chromewebstore.google.com/detail/google-result-counter/oijjnonbajbomjimdmfchfjadndnhfgp |
Περιγραφή | Automatically counts your Google search results and displays the number of results in the title of the result. |
Μέγεθος Αρχείου | 117 KB |
Αριθμός Εγκαταστάσεων | 646 |
Τρέχουσα Έκδοση | 1.0.4 |
Τελευταία Ενημέρωση | 2023-08-01 |
Ημερομηνία Δημοσίευσης | 2023-07-14 |
Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Paul Lukic |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/paullukic/google-search-counter |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.linkedin.com/in/paul-lukic/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Result Counter", "version": "1.0.4", "description": "Automatically counts your Google search results and displays the number of results in the title of the result.", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/google.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |