Random Bookmark
Open a random bookmark
Random Bookmark là gì?
Random Bookmark là một tiện ích mở rộng Chrome được phát triển bởi Feras Albaroudi, và tính năng chính của nó là "Open a random bookmark".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Random Bookmark
Tải xuống các tệp mở rộng Random Bookmark 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
The folder to open a bookmark from as well as well as where to open the bookmark can be configured.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Random Bookmark |
ID | eeoohjpijemgnlcegchbabgdbnikdcpd |
URL Chính Thức | https://chromewebstore.google.com/detail/random-bookmark/eeoohjpijemgnlcegchbabgdbnikdcpd |
Mô tả | Open a random bookmark |
Kích Thước Tệp | 2.1 MB |
Số Lần Cài Đặt | 168 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2023-05-09 |
Ngày Phát Hành | 2020-05-12 |
Đánh Giá | 4.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Feras Albaroudi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/NeedsSoySauce/Random-Bookmark |
URL Trang Trợ Giúp | https://github.com/NeedsSoySauce/Random-Bookmark |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Bookmark", "version": "1.2.1", "description": "Open a random bookmark", "manifest_version": 3, "permissions": [ "storage", "bookmarks", "alarms" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "images\/shuffle-gray\/16.png", "32": "images\/shuffle-gray\/32.png", "48": "images\/shuffle-gray\/48.png", "128": "images\/shuffle-gray\/128.png" } }, "icons": { "16": "images\/shuffle-gray\/16.png", "32": "images\/shuffle-gray\/32.png", "48": "images\/shuffle-gray\/48.png", "128": "images\/shuffle-gray\/128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" } }, "shuffle": { "description": "Shuffle" }, "open-options": { "description": "Open options" } } } |