PageRank Display

Displays the PageRank of open page with icon and badge. Quick access to Alexa, backlinks and indexed pages in the popup.

PageRank Displayคืออะไร?

PageRank Display เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nemrod.se และคุณลักษณะหลักของมันคือ "Displays the PageRank of open page with icon and badge. Quick access to Alexa, backlinks and indexed pages in the popup."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PageRank Display

ดาวน์โหลดไฟล์ส่วนขยาย PageRank Display ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension gets the toolbar PageRank of the page open in the current tab. If it fails it tries getting the PR of the hostname instead, and if that succeeds it shows the PR followed by the letter h. If neither succeeds (if the site doesn't have a PR or for some reason the extension isn't working as it should) it will show a greyed-out question mark.

Possible values are 0-10, 0h-10h as well as ? if something went wrong. This extension generates the hash itself and does not rely on any external sites to fetch the PR for it (except Google, of course). This does not make it slower, however, it's by far the fastest PR extension I've ever used.

When you click the extension icon it will bring up a popup/overlay with links to several things interesting when analysing a site, such as pages indexed by Google, Alexa information and backlinks from Yahoo! Site Explorer.

Revision history:
v2.1 [2009-12-12 23:50]: Added a popup with links to do a Google site: search etc.
v2.2 [2009-12-14 23:37]: Some slight code improvements for speed.
v2.3 [2010-01-13 02:44]: Code improvement + the addition of PR display by icon
v2.4 [2011-10-07 02:11]: Updated to reflect the changes in the toolbar PR URL
v2.5 [2013-06-19 13:47]: Updated to be compliant with manifest v2, changed yahoo site explorer to open site explorer                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PageRank Display PageRank Display
ID mmhofljhcphkbkjmhaiagmbajikkfnep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pagerank-display/mmhofljhcphkbkjmhaiagmbajikkfnep
คำอธิบาย Displays the PageRank of open page with icon and badge. Quick access to Alexa, backlinks and indexed pages in the popup.
ขนาดไฟล์ 20.83 KB
จำนวนการติดตั้ง 7,745
เวอร์ชันปัจจุบัน 2.5
อัปเดตครั้งล่าสุด 2013-06-19
วันที่เผยแพร่ 2013-06-19
คะแนน 3.35/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา https://nemrod.se
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://nemrod.se/
URL หน้าช่วยเหลือ http://nemrod.se/chrome-extensions/pagerank-display
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PageRank Display",
    "version": "2.5",
    "manifest_version": 2,
    "description": "Displays the PageRank of open page with icon and badge. Quick access to Alexa, backlinks and indexed pages in the popup.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/toolbarqueries.google.com\/"
    ],
    "browser_action": {
        "default_title": "Page has no PR",
        "default_icon": "img\/0.png",
        "default_popup": "popup.html"
    }
}