Discord に webhook を使用して閲覧しているページのタイトル・URL を投稿するための chrome 拡張機能です。
This is a chrome extension to post the title/URL of the page you are viewing using webhook to Discord.
git clone
、Download ZIP
するなどしてコードをダウンロードする。- Discord 上で取得した Webhook の URL をindex.jsの変数
url
にセットする。 - 拡張機能の管理ページ(chrome://extensions/)を開いて、「デベロッパーモード」を ON にする。 4.「パッケージ化されていない拡張機能を読み込む」というボタンを押しダウンロードしたフォルダを選択する。
なお、Discord 上での webhook 用 URL の取得方法はこちらをご覧ください。
- download this code by
git clone
,download ZIP
, etc. - set the webhook URL obtained on Discord to the variable
url
in index.js - Open the extension's admin (chrome:://extensions) and turn "developer mode" ON.
- Click the button "Load unpackaged extensions" and select the folder where you downloaded the extension.
For details on how to obtain the webhook URL on Discord, please refer to here.
Translated with www.DeepL.com/Translator (free version)