Tab Focused
Stashes all tabs in currently opened window to a named clipboard.
Tab Focused란 무엇입니까?
Tab Focused은(는) https://metacode.biz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stashes all tabs in currently opened window to a named clipboard."입니다.
확장 프로그램 스크린샷
Tab Focused 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Focused helps you control myriad of opened browser tabs by hiding those that are unnecessary at the moment. Click on the tab icon on the toolbar and type a name for your clipboard under which tabs are to be saved. When you click "Stash bookmarks" the current window will be closed and all tabs will be transferred to the stash. When you open a new Chrome window and click on the tab icon again you will see the stash that you have just created. When you click on it all the tabs from the stash will be opened in a new window. Send suggestions and bug reports to [email protected]
확장 프로그램 기본 정보
이름 | Tab Focused |
ID | mhdljapdjjfoeafbcldiajggppjomeno |
공식 URL | https://chromewebstore.google.com/detail/tab-focused/mhdljapdjjfoeafbcldiajggppjomeno |
설명 | Stashes all tabs in currently opened window to a named clipboard. |
파일 크기 | 14.09 KB |
설치 횟수 | 175 |
현재 버전 | 1.1 |
최근 업데이트 | 2013-10-14 |
출시 날짜 | 2013-10-14 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://metacode.biz |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://metacode.biz/privacy/policy |
지원되는 언어 | en,pl |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Focused", "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon20.png" }, "description": "__MSG_appDesc__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs" ], "version": "1.1" } |