Search Spider

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

什么是Search Spider?

Search Spider是由Geeks on the Beach开发的Chrome扩展程序,该扩展的主要功能是“See what a search spider sees when it crawls your page.”。

扩展截图

screenshot

下载Search Spider扩展crx文件

下载Search Spider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get a clear, at-a-glance view of what Google and other search engines see when they crawl your website.

Search 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, tracking scripts, 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 pgfmgjamgjoihcofbombnfmmohkdnhnj
官方URL https://chromewebstore.google.com/detail/search-spider/pgfmgjamgjoihcofbombnfmmohkdnhnj
简介 See what a search spider sees when it crawls your page.
文件大小 543 KB
安装次数 76
当前版本 2.1.4
更新时间 2024-01-12
上架时间 2023-04-07
评分 5.00/5 共2次评分
开发者 Geeks on the Beach
电子邮箱 [email protected]
付费类型 free
扩展官网 https://geeksonthebeach.ca
帮助页面URL https://geeksonthebeach.ca
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search Spider",
    "author": "Aliya Conrad",
    "version": "2.1.4",
    "description": "See what a search spider sees when it crawls your page.",
    "homepage_url": "https:\/\/geeksonthebeach.ca\/",
    "icons": {
        "16": "search-spider-16.jpg",
        "48": "search-spider-48.png",
        "128": "search-spider-128.jpg"
    },
    "action": {
        "default_icon": "search-spider-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "functions.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ]
}