SiteMapper
SiteMapper Extension v1.2
什麼是SiteMapper?
SiteMapper是由https://matthewdavidbarton.com開發的Chrome擴展程式,該擴展的主要功能是“SiteMapper Extension v1.2”。
擴展截圖
下載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 |
ID | aeochbcpgdjhfcngafnhmmpfoklpebko |
官方網址 | 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" } |