Recent Bookmarks
Easily access your recent bookmarks or search for them
什么是Recent Bookmarks?
Recent Bookmarks是由sodik开发的Chrome扩展程序,该扩展的主要功能是“Easily access your recent bookmarks or search for them”。
扩展截图
下载Recent Bookmarks扩展crx文件
下载Recent Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows recent bookmarks and opens it either in new tab or in actual tab depending on the chosen options (use CTRL to override this). You can use default shortcut Ctrl+B to open popup menu Unfortunately shortcut works only for new installation due to bug https://code.google.com/p/chromium/issues/detail?id=336420 For old user update shortcut manually via "Keyboard shortcuts" in chrome://extensions/ page First version published in 2010.
扩展基本信息
名称 | Recent Bookmarks |
ID | jiccoelcmhpbnpalcgfoppfmhehogdbl |
官方URL | https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl |
简介 | Easily access your recent bookmarks or search for them |
文件大小 | 320 KB |
安装次数 | 770 |
当前版本 | 0.7.0 |
更新时间 | 2023-12-10 |
上架时间 | 2017-07-20 |
评分 | 4.29/5 共7次评分 |
开发者 | sodik |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/sodik82/recent-bookmarks |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "img\/icon.png", "default_popup": "popup2.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+B" } } }, "description": "Easily access your recent bookmarks or search for them", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "manifest_version": 3, "minimum_chrome_version": "88.0", "name": "Recent Bookmarks", "options_page": "options.html", "permissions": [ "bookmarks", "tabs", "storage" ], "version": "0.7.0" } |