Tab Restore
Tab Restore helps to restore recently closed tabs and window sessions.
Tab Restore란 무엇입니까?
Tab Restore은(는) Banana에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab Restore helps to restore recently closed tabs and window sessions."입니다.
확장 프로그램 스크린샷
Tab Restore 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Welcome to Tab Restore. With the help by chrome.sessions API released in Chrome 37, Tab Restore can restore the tabs you closed, not only reopen a page with the same URL, but also with the full navigation histories, and even the tabs you closed in the last time you using Chrome. ## Tips ## 1. When you just open Chrome, the tab restore lists may be empty. You need to press Ctrl+Shift+T to restore some closed sessions, and then the last time Chrome closed sessions will be activated. (For Windows users. Chrome for OS X seems OK) 2. You can use 1~9 hotkeys to quick open the most recent sessions. ## Update Notes ## ### v0.1.2 (2015.10.23) ### * Bug fixed. ### v0.1.1 (2015.10.23) ### * Window session (n Tabs) now can be expanded and open tab independently. * Text selectability fixed. * Icon set fixed.
확장 프로그램 기본 정보
이름 | Tab Restore |
ID | dbndgjfafojhfndfgpcibceghelbbnep |
공식 URL | https://chromewebstore.google.com/detail/tab-restore/dbndgjfafojhfndfgpcibceghelbbnep |
설명 | Tab Restore helps to restore recently closed tabs and window sessions. |
파일 크기 | 63.56 KB |
설치 횟수 | 14,185 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2020-02-25 |
출시 날짜 | 2020-02-25 |
평점 | 4.05/5 총 39 개의 평점 |
개발자 | Banana |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/sonnabanana/tab-restore/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Restore", "description": "Tab Restore helps to restore recently closed tabs and window sessions.", "version": "0.1.2", "options_page": "options.html", "browser_action": { "default_icon": { "19": "img\/19.png", "38": "img\/38.png" }, "default_popup": "popup.html" }, "icons": { "128": "img\/128.png", "48": "img\/48.png", "32": "img\/32.png", "16": "img\/16.png", "38": "img\/38.png", "19": "img\/19.png" }, "permissions": [ "sessions", "tabs" ] } |