TabCapture
Saves all open tabs so you can revisit them later.
TabCapture란 무엇입니까?
TabCapture은(는) HardDriveSoul에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves all open tabs so you can revisit them later."입니다.
확장 프로그램 스크린샷
TabCapture 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Saves all open tabs so you can revisit them later. How it works: -"Save Currently Open Tabs" : enter a title into the input box and click the "Save" button. Congrats, your tabs have been saved. -"View" : If you select a session title from the dropdown and click the "View" button, you can see the URLs of all the tabs associated with that session. The links will show up in the box near the bottom. You can copy these links from here, and if you press Ctrl+A, you can select them all. -"Delete" : If you click the "Delete" button, it will delete the currently selected session title (along with its associated URLs) from the dropdown. To refresh it, close and reopen the app. Then next time you want to visit those tabs, go to: -"Saved Sessions" : this dropdown displays all the titles of the sessions you've saved. Select the title. -"Load Options" : this dropdown displays the different way you can re-open your session. You have three options: -New Tabs : open the tabs in the window (works for both regular and incognito) you currently have open. -New Window: open the tabs in a new window. -New Incognito Window: open the tabs in a new incognito window
확장 프로그램 기본 정보
이름 | |
ID | mafkkijmceaebldkpbhocjjppdlniefe |
공식 URL | https://chrome.google.com/webstore/detail/tabcapture/mafkkijmceaebldkpbhocjjppdlniefe |
설명 | Saves all open tabs so you can revisit them later. |
파일 크기 | 32.76 KB |
설치 횟수 | 46 |
현재 버전 | 0.0.0.1 |
최근 업데이트 | 2017-03-16 |
출시 날짜 | 2017-03-16 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | HardDriveSoul |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabCapture", "description": "Saves all open tabs so you can revisit them later.", "version": "0.0.0.1", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage" ] } |