Reply Button for WhatsApp
Use reply button to reply messages
Reply Button for WhatsAppとは何ですか?
Reply Button for WhatsAppはFatih Mustafa Buçakによって開発されたChromeの拡張機能で、その主な機能は「Use reply button to reply messages」です。
拡張機能のスクリーンショット
Reply Button for WhatsApp拡張機能のCRXファイルをダウンロード
Reply Button for WhatsApp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Users in WhatsApp Web aren't able to reply to messages with one click. Thanks to this extension, you can click the reply button next to the message when you hover over the message. Note: This is not an official WhatsApp extension. This is developed by a personal developer and published as an open-source repository on Github. The link is given below. https://github.com/fatihbucak/ReplyButtonForWhatsapp
拡張機能の基本情報
名前 | Reply Button for WhatsApp |
ID | memgfgibiocibclalbjpdeobclgpigpf |
公式URL | https://chromewebstore.google.com/detail/reply-button-for-whatsapp/memgfgibiocibclalbjpdeobclgpigpf |
説明 | Use reply button to reply messages |
ファイルサイズ | 9.55 KB |
インストール数 | 65 |
現在のバージョン | 2.0.1 |
最終更新日 | 2022-05-11 |
公開日 | 2022-03-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Fatih Mustafa Buçak |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reply Button for WhatsApp", "version": "2.0.1", "author": "Fatih Mustafa Bucak", "description": "Use reply button to reply messages", "permissions": [], "options_page": "info.html", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "script.js" ] } ], "icons": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" }, "manifest_version": 3 } |