crawl sitemap generator

表示しているサイトをクロールし、ページの一覧を出力します。出力結果をスプレッドシートやエクセルに貼り付ければ、高速・簡単にサイトマップを作成できます。

What is crawl sitemap generator?

crawl sitemap generator is a Chrome extension developed by o, and its main feature is "表示しているサイトをクロールし、ページの一覧を出力します。出力結果をスプレッドシートやエクセルに貼り付ければ、高速・簡単にサイトマップを作成できます。".

Extension Screenshots

screenshot

Download crawl sitemap generator Extension CRX File

Download crawl sitemap generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        表示しているサイトをクロールし、ページの一覧を出力します。出力結果をスプレッドシートやエクセルに貼り付ければ、高速・簡単にサイトマップを作成できます。                    

Extension Basic Information

Name crawl sitemap generator crawl sitemap generator
ID nhjdkmpfplnhgdehbcdpiapecnfodbln
Official URL https://chromewebstore.google.com/detail/crawl-sitemap-generator/nhjdkmpfplnhgdehbcdpiapecnfodbln
Description 表示しているサイトをクロールし、ページの一覧を出力します。出力結果をスプレッドシートやエクセルに貼り付ければ、高速・簡単にサイトマップを作成できます。
File Size 18.06 KB
Installation Count 1,007
Current Version 1.6
Last Updated 2022-03-10
Publish Date 2021-03-22
Rating 5.00/5 Total 5 Ratings
Developer o
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "crawl sitemap generator",
    "version": "1.6",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.css"
    ]
}