krep

krep

投稿に対して出来るアクションメニューの中に「リンク付きで返信」が追加される。 そのボタンをクリックすると通常のメンション機能に加えて「💬」が挿入される。 このEmojiはリンクになっており、返信元の投稿を辿ることが出来る。…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "krep",
  "version": "1.0.0",
  "permissions": [],
  "icons": {
    "128": "krep-icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content-script-loader.contentScript.ts.bc34e344.js"
      ],
      "all_frames": true,
      "matches": [
        "https://*.cybozu.com/k/*",
        "https://*.cybozu-dev.com/k/*",
        "https://*.kintone.com/k/*",
        "https://*.kintone-dev.com/k/*"
      ],
      "css": [
        "contentScript.834f5b36.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.cybozu-dev.com/*",
        "https://*.cybozu.com/*",
        "https://*.kintone-dev.com/*",
        "https://*.kintone.com/*"
      ],
      "resources": [
        "contentScript.ts.js"
      ],
      "use_dynamic_url": true
    }
  ]
}