Tabsets - Manage Tabs and Bookmarks with Ease

Bookmarks next generation - Tabsets is a browser extension which helps you get your links really organized.

Tabsets - Manage Tabs and Bookmarks with Ease란 무엇입니까?

Tabsets - Manage Tabs and Bookmarks with Ease은(는) https://tabsets.web.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmarks next generation - Tabsets is a browser extension which helps you get your links really organized."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tabsets - Manage Tabs and Bookmarks with Ease 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With the Tabsets Extension, you'll have a new way to organize your Links - it's kinda "Bookmarks next generation"!

This is what you can do:

 - Organise your Links (URLs, Bookmarks, Tabs) in the Browser's SidePanel
 - Browser Windows Management: Open Tabs in named Windows
 - Find websites again easily (by URL, title, or even content)
 - Quick access to your bookmarks (optional feature*)
 - Conveniently find and open an URL, or open all tabs of a set
 - Track new tabs and assign them to existing tabsets
 - Drag and drop support
 - Import and export as Json 
 - Archive Tabsets (for later use) (optional feature*)
 - Use Color Markers for Organizing (optional feature*)
 - Use Chrome Tab Groups (optional experimental feature*)
 - Monitor changes in tabs (optional experimental feature*)
 - Share Tabsets (optional experimental feature*)
 - more to come...

*) optional features need to be activated in the settings page

The data about your tabs and sets is stored in your browsers local cache, so it will not be sent to any cloud service.

The extension's source code is available at Github.                    

확장 프로그램 기본 정보

이름 Tabsets - Manage Tabs and Bookmarks with Ease Tabsets - Manage Tabs and Bookmarks with Ease
ID afkknkdbgondbbfjehipnjmojndnjhjg
공식 URL https://chromewebstore.google.com/detail/tabsets-manage-tabs-and-b/afkknkdbgondbbfjehipnjmojndnjhjg
설명 Bookmarks next generation - Tabsets is a browser extension which helps you get your links really organized.
파일 크기 3.42 MB
설치 횟수 53
현재 버전 0.4.9
최근 업데이트 2024-01-08
출시 날짜 2022-11-18
개발자 https://tabsets.web.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/evandor/tabsets
도움말 페이지 URL https://github.com/evandor/tabsets/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "alarms",
        "scripting",
        "sidePanel"
    ],
    "optional_permissions": [
        "pageCapture",
        "contextMenus",
        "notifications",
        "webRequest",
        "bookmarks",
        "tabGroups"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "side_panel": {
        "default_path": "www\/sidepanel.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
    },
    "omnibox": {
        "keyword": "ts"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        },
        "search": {
            "suggested_key": {
                "default": "Ctrl+K",
                "mac": "Command+K"
            },
            "description": "Open Search Box"
        },
        "tabHistoryBack": {
            "suggested_key": {
                "default": "Alt+Left",
                "mac": "Alt+Left"
            },
            "description": "Open last open tab"
        },
        "tabHistoryForward": {
            "suggested_key": {
                "default": "Alt+Right",
                "mac": "Alt+Right"
            },
            "description": "Forward to next tab (if available)"
        }
    },
    "options_page": "www\/index.html#\/mainpanel\/settings",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "Tabsets - Manage Tabs and Bookmarks with Ease",
    "short_name": "Tabsets - Manage Tabs and Bookmarks with Ease",
    "description": "Bookmarks next generation - Tabsets is a browser extension which helps you get your links really organized.",
    "version": "0.4.9",
    "action": {
        "default_title": "Tabsets - Manage Tabs and Bookmarks with Ease"
    }
}