Open Random Bookmarks
Open Random Bookmarks
什麼是Open Random Bookmarks?
Open Random Bookmarks是由KVS開發的Chrome擴展程式,該擴展的主要功能是“Open Random Bookmarks”。
擴展截圖
下載Open Random Bookmarks擴展crx文件
下載Open Random Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Open Random Bookmarks |
ID | bgcefofhfeebbefhdnmdlfkibdfdbbfa |
官方網址 | https://chromewebstore.google.com/detail/open-random-bookmarks/bgcefofhfeebbefhdnmdlfkibdfdbbfa |
簡介 | Open Random Bookmarks |
檔案大小 | 15.14 KB |
安裝次數 | 1,411 |
目前版本 | 0.2.2 |
更新時間 | 2020-03-06 |
上架時間 | 2020-03-05 |
評分 | 4.86/5 共 14 次評分 |
開發者 | KVS |
付費類型 | free |
支援的語言 | 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" } } |