SiteMapper

SiteMapper Extension v1.2

Apa itu SiteMapper?

SiteMapper adalah ekstensi Chrome yang dikembangkan oleh https://matthewdavidbarton.com, dan fitur utamanya adalah "SiteMapper Extension v1.2".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SiteMapper

Unduh file ekstensi SiteMapper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SiteMapper SiteMapper
ID aeochbcpgdjhfcngafnhmmpfoklpebko
URL Resmi https://chromewebstore.google.com/detail/sitemapper/aeochbcpgdjhfcngafnhmmpfoklpebko
Deskripsi SiteMapper Extension v1.2
Ukuran File 388 KB
Jumlah Instalasi 229
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-12-20
Tanggal Publikasi 2020-12-19
Pengembang https://matthewdavidbarton.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://matthewdavidbarton.com/home/sitemapper
URL Halaman Bantuan http://matthewdavidbarton.com/home/sitemapper
URL Halaman Kebijakan Privasi http://matthewdavidbarton.com/home/privacy
Bahasa yang Didukung 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"
}