SiteMapper
SiteMapper Extension v1.2
Cos'è SiteMapper?
SiteMapper è un'estensione di Chrome sviluppata da https://matthewdavidbarton.com, e la sua funzione principale è "SiteMapper Extension v1.2".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SiteMapper
Scarica i file di estensione SiteMapper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SiteMapper |
ID | aeochbcpgdjhfcngafnhmmpfoklpebko |
URL Ufficiale | https://chromewebstore.google.com/detail/sitemapper/aeochbcpgdjhfcngafnhmmpfoklpebko |
Descrizione | SiteMapper Extension v1.2 |
Dimensione del File | 388 KB |
Conteggio Installazioni | 229 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-12-20 |
Data di Pubblicazione | 2020-12-19 |
Sviluppatore | https://matthewdavidbarton.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://matthewdavidbarton.com/home/sitemapper |
URL della Pagina di Aiuto | http://matthewdavidbarton.com/home/sitemapper |
URL della Pagina della Politica sulla Privacy | http://matthewdavidbarton.com/home/privacy |
Lingue Supportate | 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" } |