Autolink for Yu-Gi-Oh! Card Wiki

Autolink for Yu-Gi-Oh! Card Wiki

Convert texts surrounded by 《》 into links to Yu-Gi-Oh! Card Wiki.

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_extName__",
  "version": "0.1.1",
  "default_locale": "ja",
  "description": "__MSG_extDescription__",
  "author": "Yuichi Tanikawa",
  "homepage_url": "https://github.com/itiut/autolink-for-yugioh-card-wiki",
  "icons": {},
  "permissions": [
    "declarativeContent"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": true
  },
  "minimum_chrome_version": "53"
}