GrabMoji: Emojipedia for Developers and Designers Firefox

Examine source code of GrabMoji: Emojipedia for Developers and Designers

Inspect and view changes in GrabMoji: Emojipedia for Developers and Designers source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GrabMoji",
  "description": "Develop and design with emoji! GrabMoji lets you easily download Twemoji directly from Emojipedia in both SVG and PNG formats, and rearranges information in order to improve the Emojipedia experience for developers.",
  "author": "Team Enstor",
  "version": "2.0.3",
  "icons": {
    "16": "icon/icon16.png",
    "32": "icon/icon32.png",
    "64": "icon/icon64.png",
    "128": "icon/icon128.png",
    "256": "icon/icon256.png"
  },
  "permissions": [
    "https://twemoji.maxcdn.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://emojipedia.org/*/"
      ],
      "js": [
        "jquery.min.js",
        "shared.min.js",
        "overview.min.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://emojipedia.org/emoji/*/"
      ],
      "js": [
        "jquery.min.js",
        "shared.min.js",
        "unicode-details.min.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best GrabMoji: Emojipedia for Developers and Designers Alternatives

Here are some Firefox add-ons that are similar to GrabMoji: Emojipedia for Developers and Designers: