PI Rank

This extension displays the Popularity Index Rank for the current page

什麼是PI Rank?

PI Rank是由https://toolbarbrowser.com開發的Chrome擴展程式,該擴展的主要功能是“This extension displays the Popularity Index Rank for the current page”。

擴展截圖

screenshot

下載PI Rank擴展crx文件

下載PI Rank擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 PI Rank PI Rank
ID ccgdboldgdlngcgfdolahmiilojmfndl
官方網址 https://chromewebstore.google.com/detail/pi-rank/ccgdboldgdlngcgfdolahmiilojmfndl
簡介 This extension displays the Popularity Index Rank for the current page
檔案大小 34.26 KB
安裝次數 190
目前版本 1.3
更新時間 2020-04-14
上架時間 2020-04-08
評分 4.67/5 共 3 次評分
開發者 https://toolbarbrowser.com
付費類型 free
擴展官網 http://www.toolbarbrowser.com
說明頁面URL http://www.toolbarbrowser.com/contact.htm
支援的語言 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"
}