Recent History

Recent History

A simple history in a one click pop-up: view your recent browser history, recently closed tabs, most visited pages, recent bookmarks

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Recent History",
  "short_name": "Recent History",
  "version": "23.12.11",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_aboutText__",
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "history",
    "bookmarks",
    "chrome://favicon/"
  ],
  "icons": {
    "16": "images/branding-icon16.png",
    "32": "images/branding-icon32.png",
    "48": "images/branding-icon48.png",
    "128": "images/branding-icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/main-icon16.png",
      "32": "images/main-icon32.png",
      "38": "images/main-icon38.png",
      "48": "images/main-icon48.png",
      "128": "images/main-icon128.png"
    },
    "default_popup": "popup.html"
  }
}