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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alexa Page Rank
قم بتنزيل ملفات الامتداد Alexa Page Rank بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } } |