Tabbi

Bookmarks, Front And Center

Tabbi là gì?

Tabbi là một tiện ích mở rộng Chrome được phát triển bởi https://12px.io, và tính năng chính của nó là "Bookmarks, Front And Center".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tabbi

Tải xuống các tệp mở rộng Tabbi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Tabbi Bookmarks: A new new tab.

Tabbi replaces chrome's new tab page with a new one that is much more bookmark focused, allowing you to find what you need quickly and open it when you need it.

Tabbi also supports saving all of your tabs in one go into a special bookmark board called a "session".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tabbi Tabbi
ID ilonjmcjjkcnhndjfkaoekocdfhedlfd
URL Chính Thức https://chromewebstore.google.com/detail/tabbi/ilonjmcjjkcnhndjfkaoekocdfhedlfd
Mô tả Bookmarks, Front And Center
Kích Thước Tệp 319 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0.0.3
Cập Nhật Lần Cuối 2018-10-06
Ngày Phát Hành 2018-10-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://12px.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tabbi.12px.io
URL Trang Trợ Giúp https://github.com/12px/tabbi
URL Trang Chính Sách Bảo Mật https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabbi",
    "version": "1.0.0.3",
    "description": "Bookmarks, Front And Center",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "app\/index.html?popup=true",
        "default_icon": {
            "128": "icon.png"
        }
    },
    "permissions": [
        "tabs",
        "identity",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "oauth2": {
        "client_id": "645077009967-qhq77o1l3qgnijjor0ap9vtbvrtq0st2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    }
}