Quote reply for Chat

Quote reply for Chat

Adds button to copy links to threads on Chat and adds button to messages to quote reply

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://mail.google.com/chat/*",
        "https://chat.google.com/*"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "description": "Adds button to copy links to threads on Chat and adds button to messages to quote reply",
  "name": "Quote reply for Chat",
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}