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. 扩展基本信息
| 名称 | |
| ID | bgcefofhfeebbefhdnmdlfkibdfdbbfa |
| 官方URL | 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"
}
} | |