Alexa Page Rank
This extension displays the Alexa Rank for the current page
Alexa Page Rank क्या है?
Alexa Page Rank http://toolbarbrowser.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays the Alexa Rank for the current page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alexa Page Rank एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |