Bookmark group tabs
Bookmark in a folder all the tabs of a group
Bookmark group tabs란 무엇입니까?
Bookmark group tabs은(는) thomasmondor01에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark in a folder all the tabs of a group"입니다.
확장 프로그램 스크린샷
Bookmark group tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you have used Chrome's grouping feature, you probably experienced wanting to close a group of tabs without losing them. You then had to create a bookmark for each and every one of the tabs in the group. And it probably annoyed you :) You might know that by right-clicking on a bookmarks folder, you can open all its tabs in a group, which even gets the name of the folder. This extension allows you to do the opposite : by clicking on the extension's icon (top right corner of your screen), a folder containing the group's tabs is automatically created in your bookmarks bar, with the title of the group as title. To do so, the currently open tab simply needs to be in the desired group when you click on the extension's icon. You can then quickly move this new folder to the folder or location that suits you!
확장 프로그램 기본 정보
이름 | Bookmark group tabs |
ID | kndieddefnlofcgjljoagkgmnclmkjhh |
공식 URL | https://chromewebstore.google.com/detail/bookmark-group-tabs/kndieddefnlofcgjljoagkgmnclmkjhh |
설명 | Bookmark in a folder all the tabs of a group |
파일 크기 | 6.92 KB |
설치 횟수 | 102 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-05-26 |
출시 날짜 | 2022-05-25 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | thomasmondor01 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark group tabs", "version": "1.1", "manifest_version": 3, "description": "Bookmark in a folder all the tabs of a group", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" }, "default_title": "Click to bookmark the current tab's group" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "tabGroups", "bookmarks" ] } |