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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | makjmjdaoicbalalknigbbfebdajaccf |
官方網址 | 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" } } |