PI Rank

This extension displays the Popularity Index Rank for the current page

Was ist PI Rank?

PI Rank ist eine Chrome-Erweiterung, die von https://toolbarbrowser.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays the Popularity Index Rank for the current page".

Erweiterungsscreenshots

screenshot

PI Rank-Erweiterungs-CRX-Datei herunterladen

Laden Sie PI Rank-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PI Rank PI Rank
ID ccgdboldgdlngcgfdolahmiilojmfndl
Offizielle URL https://chromewebstore.google.com/detail/pi-rank/ccgdboldgdlngcgfdolahmiilojmfndl
Beschreibung This extension displays the Popularity Index Rank for the current page
Dateigröße 34.26 KB
Installationsanzahl 190
Aktuelle Version 1.3
Letztes Update 2020-04-14
Veröffentlichungsdatum 2020-04-08
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler https://toolbarbrowser.com
Zahlungsart free
Erweiterungswebsite http://www.toolbarbrowser.com
Hilfeseite URL http://www.toolbarbrowser.com/contact.htm
Unterstützte Sprachen 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"
}