TabSnap
Copy URLs of all open tabs to clipboard
TabSnap란 무엇입니까?
TabSnap은(는) tinkernthink에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy URLs of all open tabs to clipboard"입니다.
확장 프로그램 스크린샷
TabSnap 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TabSnap: One-Click Tab URLs Exporter TabSnap is a simple yet efficient browser extension designed to save you time when working with multiple tabs. With just one click, TabSnap copies the URLs of all open tabs to your clipboard, excluding the Chrome extension page. This lightweight tool is perfect for users who need to quickly save, share, or export a list of open tabs. Features: Instantly copy all open tab URLs to your clipboard with a single click Excludes the Chrome extension page URL (chrome://extensions/) Cross-platform compatibility (works on Windows, macOS, and Linux) Minimalistic design for easy navigation and usage No unnecessary permissions or invasive access to your browsing data Usage: Simply click on the TabSnap icon in your browser's toolbar, and the extension will automatically copy the URLs of all open tabs to your clipboard. You can then paste the list of URLs into any text editor, email, or document. TabSnap is ideal for users who frequently work with multiple tabs, such as researchers, students, developers, and professionals. Its straightforward functionality saves time and streamlines your workflow, making it an essential addition to your browser. Get TabSnap today and experience the ease of copying all open tabs with just one click!
확장 프로그램 기본 정보
이름 | TabSnap |
ID | kdlfdacienkbgljkcapplmdfgkgcjahj |
공식 URL | https://chromewebstore.google.com/detail/tabsnap/kdlfdacienkbgljkcapplmdfgkgcjahj |
설명 | Copy URLs of all open tabs to clipboard |
파일 크기 | 6.85 KB |
설치 횟수 | 39 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-05-09 |
출시 날짜 | 2023-05-08 |
개발자 | tinkernthink |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TabSnap", "version": "1.0", "description": "Copy URLs of all open tabs to clipboard", "action": { "default_popup": "popup.html", "default_icon": { "48": "icon.png" } }, "permissions": [ "tabs", "clipboardWrite" ], "icons": { "48": "icon.png" } } |