Google Result Counter
Automatically counts your Google search results and displays the number of results in the title of the result.
Hvad er Google Result Counter?
Google Result Counter er en Chrome-udvidelse udviklet af Paul Lukic, og dens hovedfunktion er "Automatically counts your Google search results and displays the number of results in the title of the result.".
Udvidelsesskærmbilleder
Download Google Result Counter-udvidelses-CRX-fil
Download Google Result Counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Do not forget to enable counter upon installation! Update 1.0.4 - Fixed counting header for images. - Fixed extension firing on wordpress.
Grundlæggende oplysninger om udvidelsen
Navn | Google Result Counter |
ID | oijjnonbajbomjimdmfchfjadndnhfgp |
Officiel URL | https://chromewebstore.google.com/detail/google-result-counter/oijjnonbajbomjimdmfchfjadndnhfgp |
Beskrivelse | Automatically counts your Google search results and displays the number of results in the title of the result. |
Filstørrelse | 117 KB |
Antal Installationer | 646 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2023-08-01 |
Udgivelsesdato | 2023-07-14 |
Bedømmelse | 4.33/5 Samlet 6 Bedømmelser |
Udvikler | Paul Lukic |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/paullukic/google-search-counter |
Hjælpeside-URL | https://www.linkedin.com/in/paul-lukic/ |
Understøttede Sprog | 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": [ " |