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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}