Awesome Recent Bookmarks
Shows recent bookmark
什么是Awesome Recent Bookmarks?
Awesome Recent Bookmarks是由toumasuxp开发的Chrome扩展程序,该扩展的主要功能是“Shows recent bookmark”。
扩展截图
下载Awesome Recent Bookmarks扩展crx文件
下载Awesome Recent Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show recent bookmarks menu. Works with Google Chrome bookmarks. You change settings of this extension if you don't like default settings. For example, - the number of showing recent bookmarks - alert when you delete a recent bookmarks
扩展基本信息
名称 | |
ID | ddnfpifnooijlnjhnndijfcbppjdmece |
官方URL | https://chrome.google.com/webstore/detail/awesome-recent-bookmarks/ddnfpifnooijlnjhnndijfcbppjdmece |
简介 | Shows recent bookmark |
文件大小 | 48.77 KB |
安装次数 | 29 |
当前版本 | 0.1.5 |
更新时间 | 2021-10-15 |
上架时间 | 2020-01-26 |
评分 | 5.00/5 共1次评分 |
开发者 | toumasuxp |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Recent Bookmarks", "version": "0.1.5", "description": "Shows recent bookmark", "manifest_version": 2, "default_locale": "en", "browser_action": { "default_title": "Awesome Recent Bookmarks", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "bookmarks" ] } |