Save Tabs
Save and restore all tabs from toolbar popup!
Save Tabs란 무엇입니까?
Save Tabs은(는) Lynn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and restore all tabs from toolbar popup!"입니다.
확장 프로그램 스크린샷
Save Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save tabs is an extension that helps you save and close all tabs with just one click from your browser's toolbar popup. Simply open the toolbar popup UI and click on the - Close tabs - button on the top-left corner. To open all closed tabs please click on the - Open tabs - button on the top toolbar. Within the toolbar popup UI, you will also see the list of tabs. You can easily reorder the items in this list to your desired order (drag & drop). All open tabs will be adapted automatically to the new order. Besides, you can click on the close button in the toolbar popup to close a single tab (and remove it from the list). Once you make any changes in the toolbar popup UI, the exact change will appear for all open tabs in your browser; vice versa, once you make any change on the open tabs, the toolbar popup will be updated accordingly. Note: To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/save-tabs.html).
확장 프로그램 기본 정보
이름 | Save Tabs |
ID | efgdadcghookjdehffdbmoofpfcmgoaa |
공식 URL | https://chromewebstore.google.com/detail/save-tabs/efgdadcghookjdehffdbmoofpfcmgoaa |
설명 | Save and restore all tabs from toolbar popup! |
파일 크기 | 53.23 KB |
설치 횟수 | 6,027 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2023-11-16 |
출시 날짜 | 2019-11-21 |
평점 | 2.75/5 총 4 개의 평점 |
개발자 | Lynn |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/save-tabs.html |
도움말 페이지 URL | https://mybrowseraddon.com/save-tabs.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "name": "Save Tabs", "manifest_version": 3, "offline_enabled": true, "permissions": [ "tabs", "storage" ], "homepage_url": "https:\/\/mybrowseraddon.com\/save-tabs.html", "description": "Save and restore all tabs from toolbar popup!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Save Tabs", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |