crawl sitemap generator
表示しているサイトをクロールし、ページの一覧を出力します。出力結果をスプレッドシートやエクセルに貼り付ければ、高速・簡単にサイトマップを作成できます。
Cos'è crawl sitemap generator?
crawl sitemap generator è un'estensione di Chrome sviluppata da o, e la sua funzione principale è "表示しているサイトをクロールし、ページの一覧を出力します。出力結果をスプレッドシートやエクセルに貼り付ければ、高速・簡単にサイトマップを作成できます。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione crawl sitemap generator
Scarica i file di estensione crawl sitemap generator 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
表示しているサイトをクロールし、ページの一覧を出力します。出力結果をスプレッドシートやエクセルに貼り付ければ、高速・簡単にサイトマップを作成できます。
Informazioni di Base sull'Estensione
Nome | crawl sitemap generator |
ID | nhjdkmpfplnhgdehbcdpiapecnfodbln |
URL Ufficiale | https://chromewebstore.google.com/detail/crawl-sitemap-generator/nhjdkmpfplnhgdehbcdpiapecnfodbln |
Descrizione | 表示しているサイトをクロールし、ページの一覧を出力します。出力結果をスプレッドシートやエクセルに貼り付ければ、高速・簡単にサイトマップを作成できます。 |
Dimensione del File | 18.06 KB |
Conteggio Installazioni | 1,007 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2022-03-10 |
Data di Pubblicazione | 2021-03-22 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | o |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |