Open Wiki Edit Page

Open Wiki Edit Page

Context menu to translate Mediawiki-style links (as at Wikipedia) into corresponding edit links. Also open ISBN links into Amazon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "description": "__MSG_extensionDescription__",
  "author": "Brett Zamir",
  "version": "0.8.0",
  "homepage_url": "https://github.com/brettz9/open-wiki-edit-page/",
  "permissions": [
    "contextMenus",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "polyfills/browser-polyfill.min.js",
      "lib/background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true,
    "chrome_style": true
  },
  "icons": {
    "128": "icon.png"
  },
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "jid0-I2TxZgGZCinjqCrwk4GxEV1zZnk@jetpack"
    }
  }
}