Search Spider

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

Search Spider क्या है?

Search Spider http://searchspider.gotbdev.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See what a search spider sees when it crawls your page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search Spider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL https://www.geeksonthebeach.ca/
गोपनीयता नीति पृष्ठ URL 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"
    ]
}