Tabrary (Beta)

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

Tabrary (Beta)คืออะไร?

Tabrary (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tabrary และคุณลักษณะหลักของมันคือ "Drag and drop tabs to save, organize, and retrieve your bookmarks"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabrary (Beta)

ดาวน์โหลดไฟล์ส่วนขยาย Tabrary (Beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/"
    ]
}