Recent Bookmarks

Easily access your recent bookmarks or search for them

Recent Bookmarks là gì?

Recent Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi sodik, và tính năng chính của nó là "Easily access your recent bookmarks or search for them".

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

screenshot
screenshot

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

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

                        Shows recent bookmarks and opens it either in new tab or in actual tab depending on the chosen options (use CTRL to override this).

You can use default shortcut Ctrl+B to open popup menu

Unfortunately shortcut works only for new installation due to bug https://code.google.com/p/chromium/issues/detail?id=336420
For old user update shortcut manually via "Keyboard shortcuts" in chrome://extensions/ page

First version published in 2010.                    

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

Tên Recent Bookmarks Recent Bookmarks
ID jiccoelcmhpbnpalcgfoppfmhehogdbl
URL Chính Thức https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl
Mô tả Easily access your recent bookmarks or search for them
Kích Thước Tệp 320 KB
Số Lần Cài Đặt 770
Phiên Bản Hiện Tại 0.7.0
Cập Nhật Lần Cuối 2023-12-10
Ngày Phát Hành 2017-07-20
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển sodik
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sodik82/recent-bookmarks
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup2.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+B"
            }
        }
    },
    "description": "Easily access your recent bookmarks or search for them",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "Recent Bookmarks",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "tabs",
        "storage"
    ],
    "version": "0.7.0"
}