Alexa Page Rank

This extension displays the Alexa Rank for the current page

Alexa Page Rankとは何ですか?

Alexa Page Rankはhttp://toolbarbrowser.comによって開発されたChromeの拡張機能で、その主な機能は「This extension displays the Alexa Rank for the current page」です。

拡張機能のスクリーンショット

screenshot

Alexa Page Rank拡張機能のCRXファイルをダウンロード

Alexa Page Rank拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Alexa Page Rank Alexa Page Rank
ID makjmjdaoicbalalknigbbfebdajaccf
公式URL https://chrome.google.com/webstore/detail/alexa-page-rank/makjmjdaoicbalalknigbbfebdajaccf
説明 This extension displays the Alexa Rank for the current page
ファイルサイズ 39.71 KB
インストール数 19,414
現在のバージョン 1.2
最終更新日 2015-03-09
公開日 2015-03-09
評価 4.59/5 合計 97 レビュー
開発者 http://toolbarbrowser.com
支払い方法 free
拡張機能のウェブサイト http://www.toolbarbrowser.com
ヘルプページのURL http://www.toolbarbrowser.com/contact.htm
対応言語 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"
    }
}