Awesome Recent Bookmarks

Shows recent bookmark

What is Awesome Recent Bookmarks?

Awesome Recent Bookmarks is a Chrome extension developed by toumasuxp, and its main feature is "Shows recent bookmark".

Extension Screenshots

screenshot
screenshot
screenshot

Download Awesome Recent Bookmarks Extension CRX File

Download Awesome Recent Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Awesome Recent Bookmarks Awesome Recent Bookmarks
ID ddnfpifnooijlnjhnndijfcbppjdmece
Official URL https://chrome.google.com/webstore/detail/awesome-recent-bookmarks/ddnfpifnooijlnjhnndijfcbppjdmece
Description Shows recent bookmark
File Size 48.77 KB
Installation Count 29
Current Version 0.1.5
Last Updated 2021-10-15
Publish Date 2020-01-26
Rating 5.00/5 Total 1 Ratings
Developer toumasuxp
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}