Search Spider

See what a search spider sees when it crawls your page.

ما هو Search Spider؟

Search Spider هو إضافة Chrome تم تطويرها بواسطة http://searchspider.gotbdev.com، والميزة الرئيسية لها هي "See what a search spider sees when it crawls your page.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Search Spider

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

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

                        Get a clear at-a-glance sense of what Google and other search engines see when they view your site.

Search Engine Spider strips away images, scripts, bells and whistles to lay bare the basic underlying page structure and semantic design.

It highlights and itemizes headings, meta-descriptions, content, alt-tags and titles, links and more in a way that makes instant sense to designers and end-users.

Clean and simple overview of page content highlights problem-areas with a quick scroll. Output can be saved as a PDF and sent to a client for review.

Includes at a glance overview of:

 - Title
 - Meta Description
 - Breakdown of H1, H2, H3 and H4 headings
 - Word-count                    

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

الاسم Search Spider Search Spider
ID lodndgfmagmbigclhchbmcbgieijjekp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/search-spider/lodndgfmagmbigclhchbmcbgieijjekp
الوصف See what a search spider sees when it crawls your page.
حجم الملف 208 KB
عدد التثبيتات 108
النسخة الحالية 2.1.0
آخر تحديث 2020-02-12
تاريخ النشر 2020-02-12
تقييم 5.00/5 مجموع تقييمات 2
المطور http://searchspider.gotbdev.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://geeksonthebeach.ca/
عنوان صفحة المساعدة https://www.geeksonthebeach.ca/
عنوان صفحة سياسة الخصوصية https://www.privacypolicies.com/generic.php
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Spider",
    "author": "Shannon Graham",
    "version": "2.1.0",
    "description": "See what a search spider sees when it crawls your page.",
    "homepage_url": "https:\/\/geeksonthebeach.ca\/",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "functions.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "functions.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}