Tab Groups to Bookmarks
Manage and Save Your Tab Groups
Tab Groups to Bookmarks란 무엇입니까?
Tab Groups to Bookmarks은(는) fernandolins.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage and Save Your Tab Groups"입니다.
확장 프로그램 스크린샷
Tab Groups to Bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Groups to Bookmarks allows you to easily organize your tabs into groups and save them as bookmark folders. It was built for multitaskers who often find themselves with many unrelated tabs open. With it you’ll be able to easily switch between tasks and tabs while staying focused and keeping your chrome session clean. - It’s recommend to pin the extension in the extensions menu but you can also open it with Ctrl+M (MacCtrl+Command+M). - Most of the features are accessed by context menus: try right clicking groups, saved groups and tabs. 📚 Some of the features: - Group all tabs on a window; - Save a group as a bookmark folder (saved under the folder “Tab Groups”); - Drag tabs in/out of tab groups; - Copy or download the tab groups URLs; - Rename a tab group by double clicking it; - Close, ungroup or delete tab groups. --- The extension is open source and does not collect any sort of data. 📦 You can check the source code here: https://github.com/FernandoLins8/Tab-Groups-to-Bookmarks --- Feel free to message me any feedback. ☕ You can also buy me a coffee if you want to support the extension development. Thanks in advance. https://www.buymeacoffee.com/fernandolins
확장 프로그램 기본 정보
이름 | Tab Groups to Bookmarks |
ID | mllgjknmdjhhbljhlcopkohfkadaakcn |
공식 URL | https://chromewebstore.google.com/detail/tab-groups-to-bookmarks/mllgjknmdjhhbljhlcopkohfkadaakcn |
설명 | Manage and Save Your Tab Groups |
파일 크기 | 46.31 KB |
설치 횟수 | 155 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2024-01-29 |
출시 날짜 | 2023-03-16 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | fernandolins.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/FernandoLins8/Tab-Groups-to-Bookmarks |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Groups to Bookmarks", "version": "1.1.1", "description": "Manage and Save Your Tab Groups", "author": "fernandolins8", "permissions": [ "tabs", "tabGroups", "contextMenus", "bookmarks", "downloads" ], "action": { "default_title": "Tab Groups to Bookmarks", "default_popup": "src\/index.html" }, "icons": { "16": "assets\/icon.png", "24": "assets\/icon.png", "32": "assets\/icon.png" }, "manifest_version": 3 } |