Ahrefs Opener

Ahrefs Opener

Open Ahrefs.com site explorer for the current page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "16": "ao16.png",
    "128": "ao128.png"
  },
  "name": "Ahrefs Opener",
  "description": "Open Ahrefs.com site explorer for the current page.",
  "version": "1",
  "author": "Simon Howland",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {},
  "permissions": [
    "activeTab"
  ]
}