Webpage Spider View Tool

Check how spider view your webpage content

What is Webpage Spider View Tool?

Webpage Spider View Tool is a Chrome extension developed by https://small-seo-tools.zuumsoft.com, and its main feature is "Check how spider view your webpage content".

Extension Screenshots

screenshot

Download Webpage Spider View Tool Extension CRX File

Download Webpage Spider View Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Check how spider crawler bot view your website and detect/mark keywords on it. Just visit online tool with extension click. Then enter website address and keyword, then click View button to see how spider view your content.                    

Extension Basic Information

Name Webpage Spider View Tool Webpage Spider View Tool
ID kphdoickfodejnpginiklpmkpooobjib
Official URL https://chrome.google.com/webstore/detail/webpage-spider-view-tool/kphdoickfodejnpginiklpmkpooobjib
Description Check how spider view your webpage content
File Size 29.5 KB
Installation Count 86
Current Version 1.0
Last Updated 2020-07-21
Publish Date 2020-07-21
Developer https://small-seo-tools.zuumsoft.com
Email [email protected]
Payment Type free
Extension Website https://small-seo-tools.zuumsoft.com/tool/webpage-spider-view-tool/
Privacy Policy Page URL https://small-seo-tools.zuumsoft.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webpage Spider View Tool",
    "default_locale": "en",
    "description": "Check how spider view your webpage content",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    }
}