GitHub Natural Advanced Search Firefox

Examine source code of GitHub Natural Advanced Search

Inspect and view changes in GitHub Natural Advanced Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Perform Advanced Search on GitHub in Natural Language",
  "version": "0.0.3",
  "name": "Natural Advanced Search for GitHub",
  "permissions": [
    "https://api.query.quantleaf.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "inject.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo-16x16.png",
      "32": "images/logo-32x32.png",
      "48": "images/logo-48x48.png",
      "128": "images/logo-128x128.png"
    }
  },
  "icons": {
    "16": "images/logo-16x16.png",
    "32": "images/logo-32x32.png",
    "48": "images/logo-48x48.png",
    "128": "images/logo-128x128.png"
  },
  "manifest_version": 2
}

Best GitHub Natural Advanced Search Alternatives

Here are some Firefox add-ons that are similar to GitHub Natural Advanced Search: