Tabs Cache and Management
Store and manage your tabs!
Tabs Cache and Management란 무엇입니까?
Tabs Cache and Management은(는) kuanyingfang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store and manage your tabs!"입니다.
확장 프로그램 스크린샷
Tabs Cache and Management 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Disclaimer: Even though this extension asks for permission on reading browsing history, it actually does not read your browsing history. It only stores (on your local computer) the urls that you want to select and store. It is not trying to spy your history. This extension is intended to help people organize their tabs. I often have a large amount of tabs opened for reference for a specific task. Some of those important references will be bookmarked. However, often times most references are only useful for the duration of the task, and not important enough to clutter up your bookmarks. This extension is to store those reference tabs for the duration that you needed, allowing people to close and reopen those tabs at ease without worrying that those references will be lost. How to use: 1) Use (Shift+click) or (Command+click) to select a few tabs that you want to store as a group. 2) Click on the extension icon on the top right of the browser. 3) A dropdown menu will show up (as shown in the picture). 4) On the very top, the currently selected tab is shown. Now give these selected tabs a group-name (its "newname" in the pic) and press the S button to save these tabs (in the browser) for later use. 5) Below the currently selected section, the previously saved groups of tabs are displayed (shown here are "CoQA" and "Extension"). Click the button with the group name to open all the tabs under that group. Click each individual link to open that individual link in a new tab. Click the D button to remove the WHOLE GROUP (removing individual tabs will be implemented soon).
확장 프로그램 기본 정보
이름 | ![]() |
ID | ecgfkcddifhjofkeagepcffjakglmoog |
공식 URL | https://chrome.google.com/webstore/detail/ecgfkcddifhjofkeagepcffjakglmoog |
설명 | Store and manage your tabs! |
파일 크기 | 4.57 KB |
설치 횟수 | 86 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-11-07 |
출시 날짜 | 2018-11-07 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | kuanyingfang |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Cache and Management", "version": "1.0", "description": "Store and manage your tabs!", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "activeTab", "declarativeContent" ] } |