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 |
公式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 |
Eメール | [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" } |