SiteMapper

SiteMapper Extension v1.2

什么是SiteMapper?

SiteMapper是由https://matthewdavidbarton.com开发的Chrome扩展程序,该扩展的主要功能是“SiteMapper Extension v1.2”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载SiteMapper扩展crx文件

下载SiteMapper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SiteMapper SiteMapper
ID aeochbcpgdjhfcngafnhmmpfoklpebko
官方URL https://chromewebstore.google.com/detail/sitemapper/aeochbcpgdjhfcngafnhmmpfoklpebko
简介 SiteMapper Extension v1.2
文件大小 388 KB
安装次数 229
当前版本 1.2
更新时间 2020-12-20
上架时间 2020-12-19
开发者 https://matthewdavidbarton.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://matthewdavidbarton.com/home/sitemapper
帮助页面URL http://matthewdavidbarton.com/home/sitemapper
隐私政策页面URL http://matthewdavidbarton.com/home/privacy
支持的语言 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"
}