PI Rank

PI Rank

This extension displays the Popularity Index Rank for the current page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "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": {
    "16": "pi-rank-16.png",
    "48": "pi-rank-48.png",
    "128": "pi-rank-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0EvkeOSranWODng6CIPfjWTc+ml5cIa/YUo3/1ZGPedL4qPHlo9Bp1hlkrqiuZbOcjfaDYR3OCNQ7Gdt4I7wUfkcMV8pFemtyVrWz4TGu/AZREW9RwERKupWCoTVWY5ZNWDV0lcsBy3Wr0t125AL3g71L1IFMvoysDASofnoXeazsxxumqjU4P0D3tJIOxp8mT5h1Mcbqb9fbHaP3BmEXRhQaEbYqEquKBNK80faQDCLgxtRpTnZ3Jjwio4D7H/0BagYo8n0YGf6X2kk9i9MYBs4+eSpKwlZ/3TOEeU/L7aDNAvkKus7BWfWqV3Gd3XIrsAjrn0IOeRvtSfpdNMJXQIDAQAB",
  "manifest_version": 3,
  "name": "PI Rank",
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "http://rank.trellian.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4"
}