YABE - Yet Another Bookmarks Extension

A nicer bookmarks popup

YABE - Yet Another Bookmarks Extension là gì?

YABE - Yet Another Bookmarks Extension là một tiện ích mở rộng Chrome được phát triển bởi dmitry.clans, và tính năng chính của nó là "A nicer bookmarks popup".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YABE - Yet Another Bookmarks Extension

Tải xuống các tệp mở rộng YABE - Yet Another Bookmarks Extension 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

                        Features:
1. Left-click opens a bookmark in a new tab.
2. Middle-click or Ctrl-click opens a bookmark in a new background tab.
3. Close all open folders by opening another folder.
4. Save opened folder with the scroll position.
5. Options to Edit and Delete bookmarks and folders.

P.S.: new features to come!

v1.2.1
- Restore scroll position after node delete.

v1.2.0
- Improved opening speed.
- Added context menu.
- Added Confirm and Edit dialogs.
- Options to Edit and Delete bookmarks and folders.

v1.1.0:
- Improved popup height changing.
- Added feature to save the opened folder with the scroll position.                    

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

Tên YABE - Yet Another Bookmarks Extension YABE - Yet Another Bookmarks Extension
ID klkgpklahpjgbcepaackkmkkfoomeijg
URL Chính Thức https://chromewebstore.google.com/detail/yabe-yet-another-bookmark/klkgpklahpjgbcepaackkmkkfoomeijg
Mô tả A nicer bookmarks popup
Kích Thước Tệp 476 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-11-27
Ngày Phát Hành 2020-10-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dmitry.clans
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Clans/yabe
URL Trang Trợ Giúp https://github.com/Clans/yabe/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YABE - Yet Another Bookmarks Extension",
    "version": "1.2.1",
    "description": "A nicer bookmarks popup",
    "permissions": [
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Bookmarks",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "64": "images\/icon_64.png",
            "128": "images\/icon_128.png",
            "256": "images\/icon_256.png",
            "512": "images\/icon_512.png"
        }
    },
    "icons": {
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png",
        "512": "images\/icon_512.png"
    },
    "manifest_version": 2
}