Search Spider

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

Search Spider là gì?

Search Spider là một tiện ích mở rộng Chrome được phát triển bởi http://searchspider.gotbdev.com, và tính năng chính của nó là "See what a search spider sees when it crawls your page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Spider

Tải xuống các tệp mở rộng Search Spider dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Spider Search Spider
ID lodndgfmagmbigclhchbmcbgieijjekp
URL Chính Thức https://chrome.google.com/webstore/detail/search-spider/lodndgfmagmbigclhchbmcbgieijjekp
Mô tả See what a search spider sees when it crawls your page.
Kích Thước Tệp 208 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2020-02-12
Ngày Phát Hành 2020-02-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://searchspider.gotbdev.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://geeksonthebeach.ca/
URL Trang Trợ Giúp https://www.geeksonthebeach.ca/
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/generic.php
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}