Slackのサイドバーをブラウザでも有効化 Firefox

Examine source code of Slackのサイドバーをブラウザでも有効化

By: rinsuki
Inspect and view changes in Slackのサイドバーをブラウザでも有効化 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Slackのサイドバーをブラウザでも有効化",
  "description": "Slackのサイドバーをブラウザでも表示するようにします。",
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "https://app.slack.com/client/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "inject.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "https://app.slack.com/client/"
  ],
  "web_accessible_resources": [
    "inject.js"
  ]
}

Best Slackのサイドバーをブラウザでも有効化 Alternatives

Here are some Firefox add-ons that are similar to Slackのサイドバーをブラウザでも有効化: