Random Bookmark Machine

Explore forgotten bookmarks with this highly customizable time machine!

Random Bookmark Machine là gì?

Random Bookmark Machine là một tiện ích mở rộng Chrome được phát triển bởi micpob, và tính năng chính của nó là "Explore forgotten bookmarks with this highly customizable time machine!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Click the blue and yellow button on your Toolbar and a random website from your bookmarks list will open. 

This is the lightest, fastest and most customizable extension of this kind.

You can choose to:

- Select only bookmarks stored in some specific folders

- Select only bookmarks created in a specific range of dates

- Open each bookmark in a new tab or always in the same tab

- Show a short notification for every bookmark opened. In the notification you will see the date of when you created the bookmark and the name of the folder where the bookmark is stored

- Use the keyboard shortcut Ctrl + Shift + K to open the bookmarks, instead of the Toolbar button (this option is off by default, you have to activate it in the Options page)

All options are easily manageable in our cool vintage styled Options page. Right-click on the Toolbar button and select “Options” to open the Options page.

Note: this extension asks for permission to access your bookmarks and history in order to be able to find bookmarks urls and open them in Chrome tabs. 
This extension does not collect, store, transmit or make any use of your data apart from randomly selecting and opening bookmarks in your browser.

Have fun!!                    

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

Tên Random Bookmark Machine Random Bookmark Machine
ID jpofhhlmbncfdodogngdidhkecjigaab
URL Chính Thức https://chromewebstore.google.com/detail/random-bookmark-machine/jpofhhlmbncfdodogngdidhkecjigaab
Mô tả Explore forgotten bookmarks with this highly customizable time machine!
Kích Thước Tệp 61.17 KB
Số Lần Cài Đặt 455
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2022-05-05
Ngày Phát Hành 2020-05-15
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển micpob
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,fr,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "short_name": "RndBkMch",
    "version": "1.8",
    "content_security_policy": "default-src 'self'",
    "description": "__MSG_extension_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "Res\/Icons\/icon16.png",
        "32": "Res\/Icons\/icon32.png",
        "48": "Res\/Icons\/icon48.png",
        "128": "Res\/Icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "bookmarks",
        "notifications"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "Res\/Icons\/icon16.png",
            "32": "Res\/Icons\/icon32.png",
            "48": "Res\/Icons\/icon48.png",
            "128": "Res\/Icons\/icon128.png"
        }
    },
    "commands": {
        "get_random_bookmark": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Open random bookmark"
        }
    }
}