Tab Groups Exporter
Utility to export tab groups
Tab Groups Exporter란 무엇입니까?
Tab Groups Exporter은(는) parthpower에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Utility to export tab groups"입니다.
확장 프로그램 스크린샷
Tab Groups Exporter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file. It's opensource under MIT license. Source code at https://github.com/parthpower/chrome-tab-group-exporter/ Contributions are appreciated
확장 프로그램 기본 정보
이름 | Tab Groups Exporter |
ID | hcfnlphlglikfflkikgilkebljgbnica |
공식 URL | https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica |
설명 | Utility to export tab groups |
파일 크기 | 33.63 KB |
설치 횟수 | 588 |
현재 버전 | 0.1 |
최근 업데이트 | 2021-09-10 |
출시 날짜 | 2021-09-06 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | parthpower |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/parthpower/chrome-tab-group-exporter |
도움말 페이지 URL | https://github.com/parthpower/chrome-tab-group-exporter/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Groups Exporter", "description": "Utility to export tab groups", "version": "0.1", "permissions": [ "tabs", "tabGroups", "storage" ], "action": { "default_title": "Export Tab Groups", "default_popup": "tabs_api.html" }, "icons": { "48": "icon.png" }, "manifest_version": 3 } |