Awesome Recent Bookmarks

Shows recent bookmark

Awesome Recent Bookmarks là gì?

Awesome Recent Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi toumasuxp, và tính năng chính của nó là "Shows recent bookmark".

Ả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 Awesome Recent Bookmarks

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

                        Show recent bookmarks menu. Works with Google Chrome bookmarks.

You change settings of this extension if you don't like default settings.

For example,

- the number of showing recent bookmarks
- alert when you delete a recent bookmarks                    

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

Tên Awesome Recent Bookmarks Awesome Recent Bookmarks
ID ddnfpifnooijlnjhnndijfcbppjdmece
URL Chính Thức https://chrome.google.com/webstore/detail/awesome-recent-bookmarks/ddnfpifnooijlnjhnndijfcbppjdmece
Mô tả Shows recent bookmark
Kích Thước Tệp 48.77 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2021-10-15
Ngày Phát Hành 2020-01-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển toumasuxp
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Recent Bookmarks",
    "version": "0.1.5",
    "description": "Shows recent bookmark",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_title": "Awesome Recent Bookmarks",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "bookmarks"
    ]
}