No Submit On Enter for Twitter DM
Prevent sending messages when you press Enter on Twitter DM.
No Submit On Enter for Twitter DMとは何ですか?
No Submit On Enter for Twitter DMはhttps://gyojir.comによって開発されたChromeの拡張機能で、その主な機能は「Prevent sending messages when you press Enter on Twitter DM.」です。
拡張機能のスクリーンショット
No Submit On Enter for Twitter DM拡張機能のCRXファイルをダウンロード
No Submit On Enter for Twitter DM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TwitterのDMでエンターキーを入力しても送信しないようにします。 TwitterのDMで改行しようとして入力中の文章を誤送信してしまったことはありませんか? この拡張機能は、Twitterの入力画面でエンターキーが入力されたときにシフト+エンター(改行)に変換することで、誤送信を防ぎます。 ※Twitterの仕様変更により機能しなくなる可能性があります
拡張機能の基本情報
名前 | No Submit On Enter for Twitter DM |
ID | ehpmfijkpdkmaamlhcaknmnbfhhepenm |
公式URL | https://chromewebstore.google.com/detail/no-submit-on-enter-for-tw/ehpmfijkpdkmaamlhcaknmnbfhhepenm |
説明 | Prevent sending messages when you press Enter on Twitter DM. |
ファイルサイズ | 11.86 KB |
インストール数 | 924 |
現在のバージョン | 0.0.3 |
最終更新日 | 2022-04-25 |
公開日 | 2021-02-08 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | https://gyojir.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/gyojir/twitter-dm-no-submit-on-enter |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Submit On Enter for Twitter DM", "version": "0.0.3", "manifest_version": 2, "description": "Prevent sending messages when you press Enter on Twitter DM.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content.js" ] } ] } |