Alexa Page Rank

This extension displays the Alexa Rank for the current page

Co je Alexa Page Rank?

Alexa Page Rank je rozšíření Chrome vyvinuté http://toolbarbrowser.com, a jeho hlavní funkcí je „This extension displays the Alexa Rank for the current page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Alexa Page Rank

Stáhněte si soubory rozšíření Alexa Page Rank ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Alexa Page Rank Alexa Page Rank
ID makjmjdaoicbalalknigbbfebdajaccf
Oficiální URL https://chrome.google.com/webstore/detail/alexa-page-rank/makjmjdaoicbalalknigbbfebdajaccf
Popis This extension displays the Alexa Rank for the current page
Velikost souboru 39.71 KB
Počet instalací 19,414
Aktuální Verze 1.2
Poslední Aktualizace 2015-03-09
Datum Vydání 2015-03-09
Hodnocení 4.59/5 Celkem 97 Hodnocení
Vývojář http://toolbarbrowser.com
Typ Platby free
Webové stránky Rozšíření http://www.toolbarbrowser.com
URL Stránky Nápovědy http://www.toolbarbrowser.com/contact.htm
Podporované Jazyky 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"
    }
}