Recent Bookmarks

Recent Bookmarks

A list of recent bookmarks in descending order, grouped by the day they were added.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Recent Bookmarks",
  "version": "1.6.2",
  "manifest_version": 2,
  "description": "A list of recent bookmarks in descending order, grouped by the day they were added.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "bookmarks",
    "chrome://favicon/"
  ]
}