Open Random Bookmarks

Open Random Bookmarks

Open Random Bookmarks là gì?

Open Random Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi KVS, và tính năng chính của nó là "Open Random Bookmarks".

Ả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 Open Random Bookmarks

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

                        Randomly opens a set amount of bookmarks from a set folder.


### CHANGELOG ###

>>> 0.2.2 <<<
+ Fixed bug with the folder selector in the options page. It will now show all the folders instead of just the Bookmark Bar folder.

>>> 0.2.0 <<<
+ Option to use the current active tab in the window.
+ Option to scan and open bookmarks from subfolders.
+ Filters. (EXPERIMENTAL).
* Amount field is now an increment field.                    

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

Tên Open Random Bookmarks Open Random Bookmarks
ID bgcefofhfeebbefhdnmdlfkibdfdbbfa
URL Chính Thức https://chromewebstore.google.com/detail/open-random-bookmarks/bgcefofhfeebbefhdnmdlfkibdfdbbfa
Mô tả Open Random Bookmarks
Kích Thước Tệp 15.14 KB
Số Lần Cài Đặt 1,411
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2020-03-06
Ngày Phát Hành 2020-03-05
Đánh Giá 4.86/5 Tổng số 14 Đánh Giá
Nhà Phát Triển KVS
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Random Bookmarks",
    "description": "Open Random Bookmarks",
    "version": "0.2.2",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}