Swaybien
Opens a random bookmark from one of your bookmark folders.
Swaybien là gì?
Swaybien là một tiện ích mở rộng Chrome được phát triển bởi eric.kitasuna, và tính năng chính của nó là "Opens a random bookmark from one of your bookmark folders.".
Ả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 Swaybien
Tải xuống các tệp mở rộng Swaybien 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
Swaybien gives you a way to open up one of your bookmarks at random. When you click on Swaybien, it will display a list of all of your bookmark folders. Clicking on a folder name will randomly select a bookmark from that bookmark folder and load it up. Features a "Recently Used" history and some swell options to entertain you! The name is based on the Mandarin word for "whatever", which is normally romanized as "suíbiàn". === CHANGELOG === v0.0.5 2015-02-22 - Added an "Exclude Folders" list to the options menu, to allow you to hide certain folders from Swaybien. - Fixed a bug in the "Recent" list that would display the old folder name even after a folder had been renamed. v0.0.2.5 2014-10-11 Added two options: - You can specify the number of items to display in the "Recent" list. - Items that appear in the "Recent" list can optionally be excluded from the main list. v0.0.2.2 2014-10-04 - Small bug fix related to using the extension across multiple windows, with the "open in current tab" setting. Previously only the first window opened would have its current tab updated; this fix properly updates the current tab in the current window. v0.0.2.1 - Small bug fix related to formatting on the Recent section. v0.0.2 - Added an option (enabled by default) to display the three most-recently clicked folders at the top of the popup. v0.0.1.1 2014-07-27 - Popup window now closes automatically when opening bookmarks in current tab.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Swaybien |
ID | dknjhljhbjjepblhdogbajnimkiflhcd |
URL Chính Thức | https://chromewebstore.google.com/detail/swaybien/dknjhljhbjjepblhdogbajnimkiflhcd |
Mô tả | Opens a random bookmark from one of your bookmark folders. |
Kích Thước Tệp | 21.76 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2015-02-22 |
Ngày Phát Hành | 2015-02-21 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | eric.kitasuna |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Swaybien", "description": "Opens a random bookmark from one of your bookmark folders.", "version": "0.0.5", "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "bookmarks", "storage" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |