Search Spider

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

什麼是Search Spider?

Search Spider是由http://searchspider.gotbdev.com開發的Chrome擴展程式,該擴展的主要功能是“See what a search spider sees when it crawls your page.”。

擴展截圖

screenshot
screenshot
screenshot

下載Search Spider擴展crx文件

下載Search Spider擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}