Alexa Page Rank
This extension displays the Alexa Rank for the current page
Qu'est-ce que Alexa Page Rank ?
Alexa Page Rank est une extension Chrome développée par http://toolbarbrowser.com, et sa fonction principale est "This extension displays the Alexa Rank for the current page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alexa Page Rank
Téléchargez les fichiers d'extension Alexa Page Rank 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
Our Alexa Rank Chrome extension displays the Alexa page rank on the toolbar without the need for extra clicks. Also see our Compete Rank, PI Rank and SEM Rush Rank extensions. See our website for SEO add ons for Internet Explorer and Firefox.
Informations de Base sur l'Extension
Nom | |
ID | makjmjdaoicbalalknigbbfebdajaccf |
URL Officiel | https://chrome.google.com/webstore/detail/alexa-page-rank/makjmjdaoicbalalknigbbfebdajaccf |
Description | This extension displays the Alexa Rank for the current page |
Taille du Fichier | 39.71 KB |
Nombre d'Installations | 19,414 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-03-09 |
Date de Publication | 2015-03-09 |
Évaluation | 4.59/5 Total 97 Évaluations |
Développeur | http://toolbarbrowser.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.toolbarbrowser.com |
URL de la Page d'Aide | http://www.toolbarbrowser.com/contact.htm |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alexa Page Rank", "description": "This extension displays the Alexa Rank for the current page", "version": "1.2", "permissions": [ "tabs", "http:\/\/xml.alexa.com\/", "http:\/\/rank.trellian.com\/" ], "icons": { "16": "alexa-16.png", "48": "alexa-48.png", "128": "alexa-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "alexa-19.png", "38": "alexa-38.png" }, "default_title": "Alexa Rank" } } |