Emoji Lens Firefox

Examine source code of Emoji Lens

By: Dung Add-on
Inspect and view changes in Emoji Lens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Emoji Lens",
  "version": "1.0",
  "description": "Hover over images to see a quick emoji suggestion based on alt/title/src/nearby text.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{12b5262d-60ae-483b-9c65-60f4d5a0652d}"
    }
  }
}

Best Emoji Lens Alternatives

Here are some Firefox add-ons that are similar to Emoji Lens: