Tab Collector
Save current tabs
Tab Collector란 무엇입니까?
Tab Collector은(는) Daniel McSheehy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save current tabs"입니다.
확장 프로그램 스크린샷
Tab Collector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Collector saves open tabs and information on current window, which can easily be accessed later. This will free up memory and ram, and speed up your computer. Saved tabs are stored on your chrome account so they can opened on any/all computers you are logged into. Tab Collector also has night mode support. To collect opened tabs, click on the purple icon on your upper right screen, and on the drop-down menu hit "Save". It will display when you have saved the data, and it can also show each link. By clicking on the save file it will open a new window with all the tabs that were saved. The button night mode will make the current page dark, and will make text at night easier to read. To return the page to normal refresh the page.
확장 프로그램 기본 정보
이름 | Tab Collector |
ID | emohfffgmfmhabjcidjoehjplgjnjoif |
공식 URL | https://chromewebstore.google.com/detail/tab-collector/emohfffgmfmhabjcidjoehjplgjnjoif |
설명 | Save current tabs |
파일 크기 | 26.75 KB |
설치 횟수 | 102 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-12-17 |
출시 날짜 | 2016-12-17 |
개발자 | Daniel McSheehy |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Collector", "description": "Save current tabs", "version": "1.0", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Collect Tabs.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |