No Submit On Enter for Twitter DM

Prevent sending messages when you press Enter on Twitter DM.

Cos'è No Submit On Enter for Twitter DM?

No Submit On Enter for Twitter DM è un'estensione di Chrome sviluppata da https://gyojir.com, e la sua funzione principale è "Prevent sending messages when you press Enter on Twitter DM.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No Submit On Enter for Twitter DM

Scarica i file di estensione No Submit On Enter for Twitter DM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        TwitterのDMでエンターキーを入力しても送信しないようにします。

TwitterのDMで改行しようとして入力中の文章を誤送信してしまったことはありませんか?
この拡張機能は、Twitterの入力画面でエンターキーが入力されたときにシフト+エンター(改行)に変換することで、誤送信を防ぎます。

※Twitterの仕様変更により機能しなくなる可能性があります                    

Informazioni di Base sull'Estensione

Nome No Submit On Enter for Twitter DM No Submit On Enter for Twitter DM
ID ehpmfijkpdkmaamlhcaknmnbfhhepenm
URL Ufficiale https://chromewebstore.google.com/detail/no-submit-on-enter-for-tw/ehpmfijkpdkmaamlhcaknmnbfhhepenm
Descrizione Prevent sending messages when you press Enter on Twitter DM.
Dimensione del File 11.86 KB
Conteggio Installazioni 924
Versione Corrente 0.0.3
Ultimo Aggiornamento 2022-04-25
Data di Pubblicazione 2021-02-08
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://gyojir.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gyojir/twitter-dm-no-submit-on-enter
Lingue Supportate 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"
            ]
        }
    ]
}