Show Visits

Show Visits

Shows the visits to a website when clicking on the page action icon together with web archive links

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "igorlogius",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "show-visits",
  "page_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "show_matches": [
      "<all_urls>"
    ]
  },
  "permissions": [
    "activeTab",
    "history"
  ],
  "version": "1.1.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{22f55d44-5930-4dc6-893c-46da45fd4efa}"
    }
  }
}