Sitemap Explorer

This extension helps you find, inspect, export, and view XML Sitemap files for any site you navigate in a browser.

Τι είναι το Sitemap Explorer;

Το Sitemap Explorer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mysitemapgenerator.com, και η κύρια λειτουργία του είναι "This extension helps you find, inspect, export, and view XML Sitemap files for any site you navigate in a browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sitemap Explorer

Λήψη αρχείων επέκτασης Sitemap Explorer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The helpful and easy-to-use extension helps you find, inspect, export, and view XML Sitemap files for any site you navigate in a browser. 

Extension features: 
- Automatically detects links declared in the robots.txt file of any site you develop, administer or analyze. 
- Displays XML contents of files in a human-readable form. 
- Validates XML syntax (Standard XML and Atom protocols are supported).
- One-click export of URLs from XML to a local CSV file. 
- Contains “Your Helpful Button” that you can use to easily create a Sitemap, RSS, or Product feed (for eCommerce sites) file from the current URL. 

How to use: 
1. Open the URL of any site in your browser and click the app icon in your toolbar. 
2. Get information about the linked files for the current website. 
3. Now, you can open file view or copy the full URL of the file to your clipboard.

This extension for Chrome is a software product of MySitemapGenerator.com.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Sitemap Explorer Sitemap Explorer
ID jamphegminpokpnalkjiecfoobdnlmfb
Επίσημο URL https://chromewebstore.google.com/detail/sitemap-explorer/jamphegminpokpnalkjiecfoobdnlmfb
Περιγραφή This extension helps you find, inspect, export, and view XML Sitemap files for any site you navigate in a browser.
Μέγεθος Αρχείου 86.38 KB
Αριθμός Εγκαταστάσεων 8,387
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-01-02
Ημερομηνία Δημοσίευσης 2021-01-02
Αξιολόγηση 4.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://mysitemapgenerator.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.mysitemapgenerator.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.mysitemapgenerator.com/info/privacypolicy.html
Υποστηριζόμενες Γλώσσες de,en,fr,tr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "",
        "clipboardWrite"
    ],
    "icons": {
        "16": "images\/favicon-16.png",
        "32": "images\/favicon-32.png",
        "48": "images\/appicon-48.png",
        "128": "images\/appicon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/favicon-16.png"
        },
        "default_title": "__MSG_app_short_name__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}