SiteMapper
SiteMapper Extension v1.2
O que é SiteMapper?
SiteMapper é uma extensão do Chrome desenvolvida por https://matthewdavidbarton.com, e sua principal característica é "SiteMapper Extension v1.2".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SiteMapper
Baixe arquivos de extensão SiteMapper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | SiteMapper |
ID | aeochbcpgdjhfcngafnhmmpfoklpebko |
URL Oficial | https://chromewebstore.google.com/detail/sitemapper/aeochbcpgdjhfcngafnhmmpfoklpebko |
Descrição | SiteMapper Extension v1.2 |
Tamanho do Arquivo | 388 KB |
Contagem de Instalações | 229 |
Versão Atual | 1.2 |
Última Atualização | 2020-12-20 |
Data de Publicação | 2020-12-19 |
Desenvolvedor | https://matthewdavidbarton.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://matthewdavidbarton.com/home/sitemapper |
URL da Página de Ajuda | http://matthewdavidbarton.com/home/sitemapper |
URL da Página de Política de Privacidade | http://matthewdavidbarton.com/home/privacy |
Idiomas Suportados | 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" } |