SiteMapper
SiteMapper Extension v1.2
SiteMapper là gì?
SiteMapper là một tiện ích mở rộng Chrome được phát triển bởi https://matthewdavidbarton.com, và tính năng chính của nó là "SiteMapper Extension v1.2".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SiteMapper
Tải xuống các tệp mở rộng SiteMapper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SiteMapper |
ID | aeochbcpgdjhfcngafnhmmpfoklpebko |
URL Chính Thức | https://chromewebstore.google.com/detail/sitemapper/aeochbcpgdjhfcngafnhmmpfoklpebko |
Mô tả | SiteMapper Extension v1.2 |
Kích Thước Tệp | 388 KB |
Số Lần Cài Đặt | 229 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2020-12-20 |
Ngày Phát Hành | 2020-12-19 |
Nhà Phát Triển | https://matthewdavidbarton.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://matthewdavidbarton.com/home/sitemapper |
URL Trang Trợ Giúp | http://matthewdavidbarton.com/home/sitemapper |
URL Trang Chính Sách Bảo Mật | http://matthewdavidbarton.com/home/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |