Meta Reader

Extension for reading meta, headers and images for the current page.

ما هو Meta Reader؟

Meta Reader هو إضافة Chrome تم تطويرها بواسطة rattuedev، والميزة الرئيسية لها هي "Extension for reading meta, headers and images for the current page.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Meta Reader

قم بتنزيل ملفات الامتداد Meta Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        One click SEO meta reader extension, allows quick and easy display of key SEO metrics for any page.

Update 0.3
- Added Image section to list all images on page, along with their meta and a link to view in place
- Changed layout to use tabs
- Updated headers section to correctly show "None Found"

Update 0.2
- Added support for Canonical and Robots tag                    

معلومات أساسية عن التمديد

الاسم Meta Reader Meta Reader
ID bodbimicombkcinchnmcbbhcjjfoookf
عنوان URL الرسمي https://chromewebstore.google.com/detail/meta-reader/bodbimicombkcinchnmcbbhcjjfoookf
الوصف Extension for reading meta, headers and images for the current page.
حجم الملف 13.13 KB
عدد التثبيتات 530
النسخة الحالية 0.3
آخر تحديث 2017-03-07
تاريخ النشر 2017-03-07
تقييم 5.00/5 مجموع تقييمات 4
المطور rattuedev
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meta Reader",
    "description": "Extension for reading meta, headers and images for the current page.",
    "version": "0.3",
    "author": "Rattler",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Check page Meta"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "minimum_chrome_version": "51.0"
}