Pinned History

Pinned History

Browse your surfed website history and pin your favorites via search phrases for easy access

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pinned History",
  "version": "1.0",
  "permissions": [
    "storage",
    "history"
  ],
  "description": "Browse your surfed website history and pin your favorites via search phrases for easy access",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  }
}