SitemapToClipboard
Extract URLs from a sitemap and copy to clipboard
SitemapToClipboard란 무엇입니까?
SitemapToClipboard은(는) leonardvanhemert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract URLs from a sitemap and copy to clipboard"입니다.
확장 프로그램 스크린샷
SitemapToClipboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extension is a powerful tool for web developers and SEO professionals. At the click of a button, it retrieves the sitemap of each Web site and filters the URLs to show only the Web pages. It then copies these URLs to your clipboard, ready to be pasted wherever you need them. Whether you need a complete list of your website's pages for auditing, are converting a site, or just want quick access to multiple pages, this extension saves you hours of manual work. Plus, it shows notifications for successes and errors, and these disappear automatically after a few seconds so your desktop doesn't fill up. Install now to take your productivity to the next level!
확장 프로그램 기본 정보
이름 | SitemapToClipboard |
ID | ilephboodpbklhnfckkkcilidgeclfhm |
공식 URL | https://chromewebstore.google.com/detail/sitemaptoclipboard/ilephboodpbklhnfckkkcilidgeclfhm |
설명 | Extract URLs from a sitemap and copy to clipboard |
파일 크기 | 29.23 KB |
설치 횟수 | 2,207 |
현재 버전 | 3.1.4 |
최근 업데이트 | 2024-02-29 |
출시 날짜 | 2023-10-26 |
평점 | 2.87/5 총 15 개의 평점 |
개발자 | leonardvanhemert |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SitemapToClipboard", "version": "3.1.4", "description": "Extract URLs from a sitemap and copy to clipboard", "permissions": [ "clipboardWrite", "tabs", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |