Export Tabs URLs
Save a list of all open tabs into a text file.
Export Tabs URLs란 무엇입니까?
Export Tabs URLs은(는) skend에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save a list of all open tabs into a text file."입니다.
확장 프로그램 스크린샷
Export Tabs URLs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
List the URLs of all the open tabs and copy that list to clipboard or export it to a file. Features: - include titles - custom format (e.g. markdown, html…) - filter tabs - limit to current window - list non-HTTP(s) URLs - ignore pinned tabs
확장 프로그램 기본 정보
이름 | Export Tabs URLs |
ID | jfcmbgcnangoalgpopaakignejjfpcmo |
공식 URL | https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo |
설명 | Save a list of all open tabs into a text file. |
파일 크기 | 65.67 KB |
설치 횟수 | 3,602 |
현재 버전 | 0.2.13 |
최근 업데이트 | 2021-09-25 |
출시 날짜 | 2021-09-25 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | skend |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/skend/export-tabs-urls |
도움말 페이지 URL | https://github.com/skend/export-tabs-urls |
지원되는 언어 | de,en-US,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.2.13", "default_locale": "en_US", "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "64": "img\/64x64.png", "128": "img\/128x128.png" }, "browser_action": { "browser_style": true, "default_icon": "img\/128x128.png", "default_title": "__MSG_appButtonDesc__", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "browser_style": true }, "permissions": [ "clipboardWrite", "notifications", "storage", "tabs" ] } |