Alexa Page Rank

This extension displays the Alexa Rank for the current page

Co to jest Alexa Page Rank?

Alexa Page Rank to rozszerzenie Chrome opracowane przez http://toolbarbrowser.com, a jego główną funkcją jest „This extension displays the Alexa Rank for the current page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Alexa Page Rank

Pobierz pliki rozszerzeń Alexa Page Rank w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Alexa Page Rank Alexa Page Rank
ID makjmjdaoicbalalknigbbfebdajaccf
Oficjalny URL https://chrome.google.com/webstore/detail/alexa-page-rank/makjmjdaoicbalalknigbbfebdajaccf
Opis This extension displays the Alexa Rank for the current page
Rozmiar pliku 39.71 KB
Liczba instalacji 19,414
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-03-09
Data Publikacji 2015-03-09
Ocena 4.59/5 Łącznie 97 Oceny
Deweloper http://toolbarbrowser.com
Typ Płatności free
Strona Rozszerzenia http://www.toolbarbrowser.com
Adres URL Strony Pomocy http://www.toolbarbrowser.com/contact.htm
Obsługiwane Języki 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"
    }
}