SEO Inspector

This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel

ما هو SEO Inspector؟

SEO Inspector هو إضافة Chrome تم تطويرها بواسطة codefrog0، والميزة الرئيسية لها هي "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SEO Inspector

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

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

                                            

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

الاسم SEO Inspector SEO Inspector
ID iejckekdjogeeilmllnabmgkbbmedeal
عنوان URL الرسمي https://chromewebstore.google.com/detail/seo-inspector/iejckekdjogeeilmllnabmgkbbmedeal
الوصف This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel
حجم الملف 58.53 KB
عدد التثبيتات 1,594
النسخة الحالية 1.0.2
آخر تحديث 2017-03-29
تاريخ النشر 2017-03-29
تقييم 4.88/5 مجموع تقييمات 8
المطور codefrog0
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO Inspector",
    "description": "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel",
    "version": "1.0.2",
    "devtools_page": "devtools.html",
    "options_page": "Panel\/AppTesterPanel.html",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "icons": {
        "16": "icon\/[email protected]",
        "48": "icon\/[email protected]",
        "128": "icon\/[email protected]"
    },
    "browser_action": {
        "default_icon": "icon\/[email protected]",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*",
        "storage"
    ],
    "sandbox": {
        "pages": [
            "sandboxed.html"
        ]
    }
}