Alexa Page Rank
This extension displays the Alexa Rank for the current page
What is Alexa Page Rank?
Alexa Page Rank is a Chrome extension developed by http://toolbarbrowser.com, and its main feature is "This extension displays the Alexa Rank for the current page".
Extension Screenshots
Download Alexa Page Rank Extension CRX File
Download Alexa Page Rank extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | makjmjdaoicbalalknigbbfebdajaccf |
Official URL | https://chrome.google.com/webstore/detail/alexa-page-rank/makjmjdaoicbalalknigbbfebdajaccf |
Description | This extension displays the Alexa Rank for the current page |
File Size | 39.71 KB |
Installation Count | 19,414 |
Current Version | 1.2 |
Last Updated | 2015-03-09 |
Publish Date | 2015-03-09 |
Rating | 4.59/5 Total 97 Ratings |
Developer | http://toolbarbrowser.com |
Payment Type | free |
Extension Website | http://www.toolbarbrowser.com |
Help Page URL | http://www.toolbarbrowser.com/contact.htm |
Supported Languages | 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" } } |