Tabs Saver
This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.
Tabs Saver란 무엇입니까?
Tabs Saver은(는) Hashim Puthiyakath에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time."입니다.
확장 프로그램 스크린샷
Tabs Saver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tabs Saver is a utility extension for Chrome browser to save your open tabs as a collection, so you can restore them later quickly. If you have a bunch of websites that you open everyday, you may be opening them one after another. With Tabs Saver, you can save the websites or web pages as a collection and open them later with a single click.
확장 프로그램 기본 정보
이름 | Tabs Saver |
ID | iflhplolclcdpkfklodaakdipklpjlbc |
공식 URL | https://chromewebstore.google.com/detail/tabs-saver/iflhplolclcdpkfklodaakdipklpjlbc |
설명 | This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time. |
파일 크기 | 22.52 KB |
설치 횟수 | 191 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-03-08 |
출시 날짜 | 2021-03-07 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Hashim Puthiyakath |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Saver", "description": "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.", "permissions": [ "tabs" ], "version": "1.2", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "popup.png" } } |