PI Rank
This extension displays the Popularity Index Rank for the current page
What is PI Rank?
PI Rank is a Chrome extension developed by https://toolbarbrowser.com, and its main feature is "This extension displays the Popularity Index Rank for the current page".
Extension Screenshots
Download PI Rank Extension CRX File
Download PI 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 PI Rank Chrome extension displays the PI page rank on the toolbar without the need for extra clicks. Also see our Compete Rank, Alexa Rank and SEM Rush Rank extensions. See our website for SEO add ons for Internet Explorer and Firefox.
Extension Basic Information
Name | PI Rank |
ID | ccgdboldgdlngcgfdolahmiilojmfndl |
Official URL | https://chromewebstore.google.com/detail/pi-rank/ccgdboldgdlngcgfdolahmiilojmfndl |
Description | This extension displays the Popularity Index Rank for the current page |
File Size | 34.26 KB |
Installation Count | 190 |
Current Version | 1.3 |
Last Updated | 2020-04-14 |
Publish Date | 2020-04-08 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://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 | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "pi-rank-19.png", "38": "pi-rank-38.png" }, "default_title": "PI Rank" }, "description": "This extension displays the Popularity Index Rank for the current page", "icons": { "128": "pi-rank-128.png", "16": "pi-rank-16.png", "48": "pi-rank-48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0EvkeOSranWODng6CIPfjWTc+ml5cIa\/YUo3\/1ZGPedL4qPHlo9Bp1hlkrqiuZbOcjfaDYR3OCNQ7Gdt4I7wUfkcMV8pFemtyVrWz4TGu\/AZREW9RwERKupWCoTVWY5ZNWDV0lcsBy3Wr0t125AL3g71L1IFMvoysDASofnoXeazsxxumqjU4P0D3tJIOxp8mT5h1Mcbqb9fbHaP3BmEXRhQaEbYqEquKBNK80faQDCLgxtRpTnZ3Jjwio4D7H\/0BagYo8n0YGf6X2kk9i9MYBs4+eSpKwlZ\/3TOEeU\/L7aDNAvkKus7BWfWqV3Gd3XIrsAjrn0IOeRvtSfpdNMJXQIDAQAB", "manifest_version": 2, "name": "PI Rank", "permissions": [ "tabs", "http:\/\/rank.trellian.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3" } |