Bookmark Buddy (with sidebar)

A clean & simple bookmark viewer and manager with instant search.

Bookmark Buddy (with sidebar) là gì?

Bookmark Buddy (with sidebar) là một tiện ích mở rộng Chrome được phát triển bởi Bookmark Buddy Team, và tính năng chính của nó là "A clean & simple bookmark viewer and manager with instant search.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmark Buddy (with sidebar)

Tải xuống các tệp mở rộng Bookmark Buddy (with sidebar) 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

                        Bookmark Buddy displays your bookmarks either in a popup or in a floating sidebar that sticks to the side of the page without covering it.                    

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

Tên Bookmark Buddy (with sidebar) Bookmark Buddy (with sidebar)
ID epebpbgmmofgnjamajnkcdeppcplginc
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-buddy-with-sideb/epebpbgmmofgnjamajnkcdeppcplginc
Mô tả A clean & simple bookmark viewer and manager with instant search.
Kích Thước Tệp 2.13 MB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 11
Cập Nhật Lần Cuối 2022-07-19
Ngày Phát Hành 2021-12-07
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Bookmark Buddy Team
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getbookmarkbuddy.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Buddy (with sidebar)",
    "description": "A clean & simple bookmark viewer and manager with instant search. ",
    "version": "11",
    "browser_action": {
        "default_title": "Bookmark Buddy",
        "default_icon": "bookmark_buddy_icon_16.png"
    },
    "background": {
        "scripts": [
            "chrome-extension-async.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "bookmark_buddy_icon_16.png",
        "32": "bookmark_buddy_icon_32.png",
        "48": "bookmark_buddy_icon_48.png",
        "128": "bookmark_buddy_icon_128.png"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com\/v3\/; object-src 'self'",
    "oauth2": {
        "client_id": "1000332513947-prh3rpceq0tokmj18ra67t67lmefn65n.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtwBDs8MNu8sdW55Xme4NO5TvYgcewvsNVoQfoK5YcOVdILTtBnqdWxq0h8Cwix2T34tZ++XsoBU5yRl3dtXVur76pUb2cqrdaY0zs\/yAg0YOgmL9N67lhpwxXUfONStLFoBL1+WVLK1rVL1O5880dtnbBKns+gr01qZnCohgpKSvFr5+3L2bwjTEoYWGVOtyXUYMH49fyFP+xX6CeCtgIzxofSAUKnzQhkisk+0\/Wo7+ehm12\/OLjfyhfuBH0oGSwZ9KfgwUBKO0C6kUbuZrHhjWRJY+MS96c8sJhJPJarfzqhEE\/lpQvRPSJBt9MxlI4TFYj7ABQ02M0mP\/lAG+vwIDAQAB"
}