AlexaRanking
A Google Chrome Extension that helps you visualize websites and their Alexa Ranking
Τι είναι το AlexaRanking;
Το AlexaRanking είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aminetahiri413, και η κύρια λειτουργία του είναι "A Google Chrome Extension that helps you visualize websites and their Alexa Ranking".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AlexaRanking
Λήψη αρχείων επέκτασης AlexaRanking σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
AlexaRanking is a free extension for Chrome. As you know that Alexa Ranking Official Extension services ended, that's why we made our extension that is similar to the official one , with updated and latest data information, so you can visualize websites and see their Alexa ranking , our extension give's you the ranking in the world and the also the ranking in the most visited country . AlexaRanking give's you all data about the sites you visit without interrupting your browsing. ------------------------------------------------------------------------------------------------------------------------------------------------ By clicking "Install", you agree to AlexaRanking's Privacy Notice and Terms of Use:
Βασικές Πληροφορίες Επέκτασης
Όνομα | AlexaRanking |
ID | agdgcbaiogjbbofihfmhednegcohokfh |
Επίσημο URL | https://chromewebstore.google.com/detail/alexaranking/agdgcbaiogjbbofihfmhednegcohokfh |
Περιγραφή | A Google Chrome Extension that helps you visualize websites and their Alexa Ranking |
Μέγεθος Αρχείου | 240 KB |
Αριθμός Εγκαταστάσεων | 569 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2022-05-18 |
Ημερομηνία Δημοσίευσης | 2022-05-18 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | aminetahiri413 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AlexaRanking", "version": "1.0.0", "description": "A Google Chrome Extension that helps you visualize websites and their Alexa Ranking", "host_permissions": [ "https:\/\/*\/*" ], "permissions": [ "tabs" ], "action": { "default_popup": "index.html", "default_icon": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |