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"
    ]
}