Smart Link

Smart Link

Know whether a link opens in a new tab or not BEFOREHAND

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Smart Link",
  "description": "Know whether a link opens in a new tab or not BEFOREHAND",
  "version": "1.0",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "belmari.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png"
  }
}