Google Result Counter
Automatically counts your Google search results and displays the number of results in the title of the result.
Was ist Google Result Counter?
Google Result Counter ist eine Chrome-Erweiterung, die von Paul Lukic entwickelt wurde, und ihr Hauptmerkmal ist "Automatically counts your Google search results and displays the number of results in the title of the result.".
Erweiterungsscreenshots
Google Result Counter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Result Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Do not forget to enable counter upon installation! Update 1.0.4 - Fixed counting header for images. - Fixed extension firing on wordpress.
Grundlegende Informationen zur Erweiterung
Name | Google Result Counter |
ID | oijjnonbajbomjimdmfchfjadndnhfgp |
Offizielle URL | https://chromewebstore.google.com/detail/google-result-counter/oijjnonbajbomjimdmfchfjadndnhfgp |
Beschreibung | Automatically counts your Google search results and displays the number of results in the title of the result. |
Dateigröße | 117 KB |
Installationsanzahl | 646 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2023-08-01 |
Veröffentlichungsdatum | 2023-07-14 |
Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
Entwickler | Paul Lukic |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/paullukic/google-search-counter |
Hilfeseite URL | https://www.linkedin.com/in/paul-lukic/ |
Unterstützte Sprachen | 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": [ " |