Tabrary (Beta)

Drag and drop tabs to save, organize, and retrieve your bookmarks

Tabrary (Beta)란 무엇입니까?

Tabrary (Beta)은(는) Tabrary에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Drag and drop tabs to save, organize, and retrieve your bookmarks"입니다.

확장 프로그램 스크린샷

Tabrary (Beta) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tabrary is a tool which helps keep your browsing--and your mind--neat, streamlined, and intentional. Adding Tabrary to Chrome means that you can display all your open tabs and bookmarks together as a tiered library, so that you can easily organize your tabs into bookmarked folders according to activity or project, move tabs between folders, or remove tabs from your library altogether--all while browsing normally.

* Drag and drop tabs to save, organize, and retrieve your bookmarks

* Save memory by reducing the number of tabs in you main window

* Create new folders and rename bookmarks without opening the bookmark manager

* Build your Tabrary to organize browsing thoughts by project and topic folders

* Add, view, and organize local pdf files                    

확장 프로그램 기본 정보

이름 Tabrary (Beta) Tabrary (Beta)
ID gdakojhjbllegcdmhjnhagckjgplfgnj
공식 URL https://chromewebstore.google.com/detail/tabrary-beta/gdakojhjbllegcdmhjnhagckjgplfgnj
설명 Drag and drop tabs to save, organize, and retrieve your bookmarks
파일 크기 669 KB
설치 횟수 35
현재 버전 2.0.0.8
최근 업데이트 2017-10-07
출시 날짜 2017-10-07
평점 5.00/5 총 1 개의 평점
개발자 Tabrary
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabrary (Beta)",
    "short_name": "Tabrary",
    "description": "Drag and drop tabs to save, organize, and retrieve your bookmarks",
    "version": "2.0.0.8",
    "browser_action": {
        "default_icon": "images\/tabraryT48.png",
        "default_title": "Tabrary"
    },
    "icons": {
        "16": "images\/tabraryT16.png",
        "48": "images\/tabraryT48.png",
        "128": "images\/tabraryTicon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "incognito": "spanning",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            }
        },
        "toggle-tabrary": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q",
                "chromeos": "Alt+Q",
                "linux": "Alt+Q"
            },
            "description": "Toggle Tabrary open and closed. Suggestion: 'Alt+Q' (Global)",
            "global": true
        }
    },
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "sessions",
        "chrome:\/\/favicon\/"
    ]
}