Golinkify Firefox

Examine source code of Golinkify

By: JDify
Inspect and view changes in Golinkify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Golinkify",
  "description": "Get GoLinkify and start helping your teams share info faster with short memorable links.",
  "version": "0.0.2",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>",
    "http://*/",
    "https://*/",
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "web_accessible_resources": [
    "images/*",
    "image/icons/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/glfy_common.css"
      ],
      "js": [
        "js/lib/jQuery.js",
        "js/content/glfy_content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "image/icons/GoLinkify-logo16.png",
      "32": "image/icons/GoLinkify-logo32.png",
      "48": "image/icons/GoLinkify-logo48.png",
      "128": "image/icons/GoLinkify-logo128.png"
    }
  },
  "icons": {
    "16": "image/icons/GoLinkify-logo16.png",
    "32": "image/icons/GoLinkify-logo32.png",
    "48": "image/icons/GoLinkify-logo48.png",
    "128": "image/icons/GoLinkify-logo128.png"
  },
  "omnibox": {
    "keyword": "go/"
  },
  "input_components": [
    {
      "name": "Test IME",
      "type": "ime",
      "id": "test",
      "description": "Test IME",
      "language": "en-US",
      "layouts": [
        "us::eng"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{592a28d3-0558-4572-9f3f-0e10a35cbb2c}"
    }
  }
}

Best Golinkify Alternatives

Here are some Firefox add-ons that are similar to Golinkify: