No Submit On Enter for Twitter DM
Prevent sending messages when you press Enter on Twitter DM.
What is No Submit On Enter for Twitter DM?
No Submit On Enter for Twitter DM is a Chrome extension developed by https://gyojir.com, and its main feature is "Prevent sending messages when you press Enter on Twitter DM.".
Extension Screenshots
Download No Submit On Enter for Twitter DM Extension CRX File
Download No Submit On Enter for Twitter DM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
TwitterのDMでエンターキーを入力しても送信しないようにします。 TwitterのDMで改行しようとして入力中の文章を誤送信してしまったことはありませんか? この拡張機能は、Twitterの入力画面でエンターキーが入力されたときにシフト+エンター(改行)に変換することで、誤送信を防ぎます。 ※Twitterの仕様変更により機能しなくなる可能性があります
Extension Basic Information
Name | No Submit On Enter for Twitter DM |
ID | ehpmfijkpdkmaamlhcaknmnbfhhepenm |
Official URL | https://chromewebstore.google.com/detail/no-submit-on-enter-for-tw/ehpmfijkpdkmaamlhcaknmnbfhhepenm |
Description | Prevent sending messages when you press Enter on Twitter DM. |
File Size | 11.86 KB |
Installation Count | 924 |
Current Version | 0.0.3 |
Last Updated | 2022-04-25 |
Publish Date | 2021-02-08 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://gyojir.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gyojir/twitter-dm-no-submit-on-enter |
Supported Languages | 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" ] } ] } |