Search Spider

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

Search Spiderคืออะไร?

Search Spider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://searchspider.gotbdev.com และคุณลักษณะหลักของมันคือ "See what a search spider sees when it crawls your page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Spider

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}