Alexa Page Rank

This extension displays the Alexa Rank for the current page

Alexa Page Rankคืออะไร?

Alexa Page Rank เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://toolbarbrowser.com และคุณลักษณะหลักของมันคือ "This extension displays the Alexa Rank for the current page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alexa Page Rank

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}