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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |