Scrapbox Links Relocator

Scrapbox Links Relocator

It relocates the links to new left column.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Scrapbox Links Relocator",
  "version": "0.0.2",
  "description": "It relocates the links to new left column.",
  "content_scripts": [
    {
      "matches": [
        "https://scrapbox.io/*"
      ],
      "js": [
        "dist/index.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "css/style.css"
  ],
  "permissions": [
    "https://scrapbox.io/*"
  ],
  "author": "Appakun"
}