Google SERP counter
Adds a counter next to search results in Google to show its ranking.
Τι είναι το Google SERP counter;
Το Google SERP counter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://martijnoud.com, και η κύρια λειτουργία του είναι "Adds a counter next to search results in Google to show its ranking.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google SERP counter
Λήψη αρχείων επέκτασης Google SERP counter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds numbers next to search results in Google. This minor feature helps you quickly identify the position of a website in the SERPs. ## Features * Remembers how many results per page for accurate count across multiple pages (using localStorage) * Works with search features like Featured Snippets ## Changelog ### v.1.6.1 (2022-01-18) - Skip featured snippets (position #0) - Fix counter not working with indented results ### v.1.6.0 (2022-01-17) - Rewrite visibility dector for serp features like PAA - Fix counter not displaying due to new html layout ### v.1.5.2 (2022-01-11) * Fixed incorrect hex code ### v.1.5.1 (2022-01-11) * Fixed syntax error when no PAA urls found ### v.1.5.0. (2022-01-10) * Fixed: Counter not working with “People also asked” box with new serp layout * Changed Hex color to match dark theme URL color * Added support for Swiss locale (About 282’000’000 results) ### v1.4.1 (2021-01-17) * Replace innerHTML with textContent ### v1.4.0 (2021-01-16) * Fixed extension not working after changing of class names ### v1.3.2 (2020-05-07) * Add user-select: none; to element so the position doesn’t get copied when selecting ### v1.3.1 (2020-02-27) * Set featured snippet to position #1 (previously #0) * Fixed bug: Incorrect count on pages > 1 ### v1.3.0 (2020-01-16) * Added support for new SERP layout * Fixed bug: extension not working for queries without "results per page" box, now defaulting to 10 ### v1.2.6 (2019-11-15) * Fixed an issue with results being counted incorrectly due to invisible PAA box results * Added support for SERP layout w/ favicons and moved URL * Renamed files to include extension name ### v1.2.5 (2019-11-05) * Fixed bug: featured snippets are now again counted as result #0 (via #5) * Moved .js-counter 2px down for better alignment with smaller titels ### v1.2.4 (2019-10-20) * Fixed incorrect counting with “People also ask” results, hopefully a permanent solution this time. ### v1.2.3 (2019-01-07) * Fixed an issue where the count was wrong for locales using a space as a thousand separator ### v1.2.2 (2018-09-26) * Don’t count “People also ask” results ### v1.2.1 (2018-09-20) * Set featured snippet to results to #0 * More accurate count by keeping track of the last page and last count using localStorage * This is especially useful with pages that switch the number of results (e.g. 6 results on page 1, 10 on page 2) ### v1.1.0 (2018-03-08) * The alignment of Google’s “People also search for” box has been fixed ### v1.0.0 (2017-06-05) * Initial release
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bfiijneafemhklkccnjijmcniffmiode |
Επίσημο URL | https://chrome.google.com/webstore/detail/google-serp-counter/bfiijneafemhklkccnjijmcniffmiode |
Περιγραφή | Adds a counter next to search results in Google to show its ranking. |
Μέγεθος Αρχείου | 10.51 KB |
Αριθμός Εγκαταστάσεων | 40,000 |
Τρέχουσα Έκδοση | 1.6.1 |
Τελευταία Ενημέρωση | 2022-01-20 |
Ημερομηνία Δημοσίευσης | 2020-05-07 |
Αξιολόγηση | 3.80/5 Συνολικά 59 Αξιολογήσεις |
Προγραμματιστής | https://martijnoud.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://martijnoud.com/google-serp-counter/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google SERP counter", "version": "1.6.1", "description": "Adds a counter next to search results in Google to show its ranking.", "author": "https:\/\/martijnoud.com\/google-serp-counter\/", "content_scripts": [ { "css": [ "serpcounter.css" ], "js": [ "serpcounter.js" ], "matches": [ "*:\/\/www.google.ad\/*", "*:\/\/www.google.ae\/*", "*:\/\/www.google.al\/*", "*:\/\/www.google.am\/*", "*:\/\/www.google.as\/*", "*:\/\/www.google.at\/*", "*:\/\/www.google.az\/*", "*:\/\/www.google.ba\/*", "*:\/\/www.google.be\/*", "*:\/\/www.google.bf\/*", "*:\/\/www.google.bg\/*", "*:\/\/www.google.bi\/*", "*:\/\/www.google.bj\/*", "*:\/\/www.google.bs\/*", "*:\/\/www.google.bt\/*", "*:\/\/www.google.by\/*", "*:\/\/www.google.ca\/*", "*:\/\/www.google.cd\/*", "*:\/\/www.google.cf\/*", "*:\/\/www.google.cg\/*", "*:\/\/www.google.ch\/*", "*:\/\/www.google.ci\/*", "*:\/\/www.google.cl\/*", "*:\/\/www.google.cm\/*", "*:\/\/www.google.co.ao\/*", "*:\/\/www.google.co.bw\/*", "*:\/\/www.google.co.ck\/*", "*:\/\/www.google.co.cr\/*", "*:\/\/www.google.co.id\/*", "*:\/\/www.google.co.il\/*", "*:\/\/www.google.co.in\/*", "*:\/\/www.google.co.jp\/*", "*:\/\/www.google.co.ke\/*", "*:\/\/www.google.co.kr\/*", "*:\/\/www.google.co.ls\/*", "*:\/\/www.google.co.ma\/*", "*:\/\/www.google.co.mz\/*", "*:\/\/www.google.co.nz\/*", "*:\/\/www.google.co.th\/*", "*:\/\/www.google.co.tz\/*", "*:\/\/www.google.co.ug\/*", "*:\/\/www.google.co.uk\/*", "*:\/\/www.google.co.uz\/*", "*:\/\/www.google.co.ve\/*", "*:\/\/www.google.co.vi\/*", "*:\/\/www.google.co.za\/*", "*:\/\/www.google.co.zm\/*", "*:\/\/www.google.co.zw\/*", "*:\/\/www.google.com\/*", "*:\/\/www.google.com.af\/*", "*:\/\/www.google.com.ag\/*", "*:\/\/www.google.com.ai\/*", "*:\/\/www.google.com.ar\/*", "*:\/\/www.google.com.au\/*", "*:\/\/www.google.com.bd\/*", "*:\/\/www.google.com.bh\/*", "*:\/\/www.google.com.bn\/*", "*:\/\/www.google.com.bo\/*", "*:\/\/www.google.com.br\/*", "*:\/\/www.google.com.bz\/*", "*:\/\/www.google.com.co\/*", "*:\/\/www.google.com.cu\/*", "*:\/\/www.google.com.cy\/*", "*:\/\/www.google.com.do\/*", "*:\/\/www.google.com.ec\/*", "*:\/\/www.google.com.eg\/*", "*:\/\/www.google.com.et\/*", "*:\/\/www.google.com.fj\/*", "*:\/\/www.google.com.gh\/*", "*:\/\/www.google.com.gi\/*", "*:\/\/www.google.com.gt\/*", "*:\/\/www.google.com.hk\/*", "*:\/\/www.google.com.jm\/*", "*:\/\/www.google.com.kh\/*", "*:\/\/www.google.com.kw\/*", "*:\/\/www.google.com.lb\/*", "*:\/\/www.google.com.ly\/*", "*:\/\/www.google.com.mm\/*", "*:\/\/www.google.com.mt\/*", "*:\/\/www.google.com.mx\/*", "*:\/\/www.google.com.my\/*", "*:\/\/www.google.com.na\/*", "*:\/\/www.google.com.ng\/*", "*:\/\/www.google.com.ni\/*", "*:\/\/www.google.com.np\/*", "*:\/\/www.google.com.om\/*", "*:\/\/www.google.com.pa\/*", "*:\/\/www.google.com.pe\/*", "*:\/\/www.google.com.pg\/*", "*:\/\/www.google.com.ph\/*", "*:\/\/www.google.com.pk\/*", "*:\/\/www.google.com.pr\/*", "*:\/\/www.google.com.py\/*", "*:\/\/www.google.com.qa\/*", "*:\/\/www.google.com.sa\/*", "*:\/\/www.google.com.sb\/*", "*:\/\/www.google.com.sg\/*", "*:\/\/www.google.com.sl\/*", "*:\/\/www.google.com.sv\/*", "*:\/\/www.google.com.tj\/*", "*:\/\/www.google.com.tr\/*", "*:\/\/www.google.com.tw\/*", "*:\/\/www.google.com.ua\/*", "*:\/\/www.google.com.uy\/*", "*:\/\/www.google.com.vc\/*", "*:\/\/www.google.com.vn\/*", "*:\/\/www.google.cv\/*", "*:\/\/www.google.cz\/*", "*:\/\/www.google.de\/*", "*:\/\/www.google.dj\/*", "*:\/\/www.google.dk\/*", "*:\/\/www.google.dm\/*", "*:\/\/www.google.dz\/*", "*:\/\/www.google.ee\/*", "*:\/\/www.google.es\/*", "*:\/\/www.google.fi\/*", "*:\/\/www.google.fm\/*", "*:\/\/www.google.fr\/*", "*:\/\/www.google.ga\/*", "*:\/\/www.google.ge\/*", "*:\/\/www.google.gl\/*", "*:\/\/www.google.gm\/*", "*:\/\/www.google.gp\/*", "*:\/\/www.google.gr\/*", "*:\/\/www.google.gy\/*", "*:\/\/www.google.hn\/*", "*:\/\/www.google.hr\/*", "*:\/\/www.google.ht\/*", "*:\/\/www.google.hu\/*", "*:\/\/www.google.ie\/*", "*:\/\/www.google.iq\/*", "*:\/\/www.google.is\/*", "*:\/\/www.google.it\/*", "*:\/\/www.google.jo\/*", "*:\/\/www.google.kg\/*", "*:\/\/www.google.ki\/*", "*:\/\/www.google.kz\/*", "*:\/\/www.google.la\/*", "*:\/\/www.google.li\/*", "*:\/\/www.google.lk\/*", "*:\/\/www.google.lt\/*", "*:\/\/www.google.lu\/*", "*:\/\/www.google.lv\/*", "*:\/\/www.google.md\/*", "*:\/\/www.google.mg\/*", "*:\/\/www.google.mk\/*", "*:\/\/www.google.ml\/*", "*:\/\/www.google.mn\/*", "*:\/\/www.google.ms\/*", "*:\/\/www.google.mu\/*", "*:\/\/www.google.mv\/*", "*:\/\/www.google.mw\/*", "*:\/\/www.google.ne\/*", "*:\/\/www.google.nl\/*", "*:\/\/www.google.no\/*", "*:\/\/www.google.nr\/*", "*:\/\/www.google.nu\/*", "*:\/\/www.google.pl\/*", "*:\/\/www.google.ps\/*", "*:\/\/www.google.pt\/*", "*:\/\/www.google.ro\/*", "*:\/\/www.google.rs\/*", "*:\/\/www.google.ru\/*", "*:\/\/www.google.rw\/*", "*:\/\/www.google.sc\/*", "*:\/\/www.google.se\/*", "*:\/\/www.google.sh\/*", "*:\/\/www.google.si\/*", "*:\/\/www.google.sk\/*", "*:\/\/www.google.sm\/*", "*:\/\/www.google.sn\/*", "*:\/\/www.google.so\/*", "*:\/\/www.google.sr\/*", "*:\/\/www.google.td\/*", "*:\/\/www.google.tg\/*", "*:\/\/www.google.tk\/*", "*:\/\/www.google.tl\/*", "*:\/\/www.google.tm\/*", "*:\/\/www.google.tn\/*", "*:\/\/www.google.to\/*", "*:\/\/www.google.tt\/*", "*:\/\/www.google.vg\/*", "*:\/\/www.google.vu\/*", "*:\/\/www.google.ws\/*" ], "include_globs": [ "*q=*", "*:\/\/*.google.*", "*:\/\/*.google.*\/webhp?*", "*:\/\/*.google.*\/?gws_rd*", "*:\/\/*.google.*\/?gfe_rd*" ], "run_at": "document_end" } ], "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |