Tab Grouper
Group tabs for one-click access! Copy all open tabs to clipboard with a single click.
Tab Grouper란 무엇입니까?
Tab Grouper은(는) lerxst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Group tabs for one-click access! Copy all open tabs to clipboard with a single click."입니다.
확장 프로그램 스크린샷
Tab Grouper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save currently opened tabs for accessing later. Save any number of groups with any number of tabs! • To save a set of tabs : 1. Right-click anywhere on the webpage and click 'Save Tabs' in the context menu. 2. Enter the group name and click 'Ok' to save. (Keyboard shortcut : 'Shift+Ctrl+m'. Modify shortcut combinations in Tools->Extensions) • Click on the TabGrouper icon in the toolbar to access the saved groups. Use the TabGrouper options to manage groups. • In the TabGrouper popup, use the clipboard icon to copy all the open tabs and their URLs to the clipboard.
확장 프로그램 기본 정보
이름 | |
ID | glfmdmkkhokfolknaabkokpcibhlagen |
공식 URL | https://chrome.google.com/webstore/detail/tab-grouper/glfmdmkkhokfolknaabkokpcibhlagen |
설명 | Group tabs for one-click access! Copy all open tabs to clipboard with a single click. |
파일 크기 | 91.91 KB |
설치 횟수 | 824 |
현재 버전 | 0.9.4 |
최근 업데이트 | 2015-03-12 |
출시 날짜 | 2015-03-12 |
평점 | 3.93/5 총 14 개의 평점 |
개발자 | lerxst |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Grouper", "version": "0.9.4", "description": "Group tabs for one-click access! Copy all open tabs to clipboard with a single click.", "background": { "scripts": [ "bginit.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": "\/images\/icon48.png", "default_title": "TabGrouper" }, "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+T" }, "description": "Save the current group of tabs." } }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "tabs", "contextMenus", "notifications", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |