Briefly (TAB In Frame) Firefox

Examine source code of Briefly (TAB In Frame)

Inspect and view changes in Briefly (TAB In Frame) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Briefly",
  "version": "1.0.1",
  "description": "Preview links in a floating frame on hover.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{35c205ff-a14c-40ca-923f-8df20974346b}"
    }
  }
}

Best Briefly (TAB In Frame) Alternatives

Here are some Firefox add-ons that are similar to Briefly (TAB In Frame):