Google Result Counter
Automatically counts your Google search results and displays the number of results in the title of the result.
Qu'est-ce que Google Result Counter ?
Google Result Counter est une extension Chrome développée par Paul Lukic, et sa fonction principale est "Automatically counts your Google search results and displays the number of results in the title of the result.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Result Counter
Téléchargez les fichiers d'extension Google Result Counter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Do not forget to enable counter upon installation! Update 1.0.4 - Fixed counting header for images. - Fixed extension firing on wordpress.
Informations de Base sur l'Extension
Nom | Google Result Counter |
ID | oijjnonbajbomjimdmfchfjadndnhfgp |
URL Officiel | https://chromewebstore.google.com/detail/google-result-counter/oijjnonbajbomjimdmfchfjadndnhfgp |
Description | Automatically counts your Google search results and displays the number of results in the title of the result. |
Taille du Fichier | 117 KB |
Nombre d'Installations | 646 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2023-08-01 |
Date de Publication | 2023-07-14 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | Paul Lukic |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/paullukic/google-search-counter |
URL de la Page d'Aide | https://www.linkedin.com/in/paul-lukic/ |
Langues Prises en Charge | 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": [ " |