Smart Selection Search Firefox

Examine source code of Smart Selection Search

By: Mounir
Inspect and view changes in Smart Selection Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Selection Search",
  "description": "Smart Selection Search is a free extension for quickly manipulating selected text on the browser.",
  "version": "1.0.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "main.css"
      ],
      "js": [
        "selection.js"
      ],
      "all_frames": true
    }
  ]
}

Best Smart Selection Search Alternatives

Here are some Firefox add-ons that are similar to Smart Selection Search: