Open in Chromegg Firefox

Examine source code of Open in Chromegg

By: Redmi 6
Inspect and view changes in Open in Chromegg source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Open in Chrome",
  "description": "Open current page, link, or all tabs in the Chrome browser.",
  "author": "Andy Portmen",
  "version": "0.2.6",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "nativeMessaging"
  ],
  "optional_permissions": [
    "downloads"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "config.js",
      "common.js"
    ]
  },
  "storage": {
    "managed_schema": "schema.json"
  },
  "homepage_url": "https://add0n.com/open-in.html?from=chrome",
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "128": "data/icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "64": "data/icons/64.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "data/inject.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "data/options/index.html",
    "chrome_style": true
  }
}

Best Open in Chromegg Alternatives

Here are some Firefox add-ons that are similar to Open in Chromegg: