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
公式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
Eメール [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"
    ]
}