SiteMapper

SiteMapper Extension v1.2

Co to jest SiteMapper?

SiteMapper to rozszerzenie Chrome opracowane przez https://matthewdavidbarton.com, a jego główną funkcją jest „SiteMapper Extension v1.2”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SiteMapper

Pobierz pliki rozszerzeń SiteMapper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Generate an entire XML Sitemap for Search Engine Optimization.  Click one button the extension will crawl the current site and generate an XML Sitemap upon completion that you can submit to Google and other Search Engines to direct them what content to crawl.  This extension  is not currently limited by number of urls and operates in the background, with updates on progress displayed in the bottom right of the browser.                    

Podstawowe informacje o rozszerzeniu

Nazwa SiteMapper SiteMapper
ID aeochbcpgdjhfcngafnhmmpfoklpebko
Oficjalny URL https://chromewebstore.google.com/detail/sitemapper/aeochbcpgdjhfcngafnhmmpfoklpebko
Opis SiteMapper Extension v1.2
Rozmiar pliku 388 KB
Liczba instalacji 229
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-12-20
Data Publikacji 2020-12-19
Deweloper https://matthewdavidbarton.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://matthewdavidbarton.com/home/sitemapper
Adres URL Strony Pomocy http://matthewdavidbarton.com/home/sitemapper
Adres URL Strony Polityki Prywatności http://matthewdavidbarton.com/home/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "SiteMapper"
    },
    "description": "SiteMapper Extension v1.2",
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon.png",
        "128": "favicon-128.png"
    },
    "web_accessible_resources": [],
    "name": "SiteMapper",
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.2"
}