refined whatsapp
Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀
refined whatsappとは何ですか?
refined whatsappはAditi Mohantyによって開発されたChromeの拡張機能で、その主な機能は「Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀」です。
拡張機能のスクリーンショット
refined whatsapp拡張機能のCRXファイルをダウンロード
refined whatsapp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Highlights: ‣ Dark mode for Whatsapp™ Web! ‣ Hotkeys: - Start a new chat with: "Cmd/Ctrl + K" - Temporarily hide current chat with: "Cmd/Ctrl + L" - Show/hide the Chats Sidebar with: "Cmd/Ctrl + \" - Search through messages with: "Ctrl + Space" - View chat info with: "Cmd/Ctrl + I" Check the website for more details.
拡張機能の基本情報
名前 | |
ID | alkoadailhkkeiaadmlkbhbegegjhiok |
公式URL | https://chrome.google.com/webstore/detail/refined-whatsapp/alkoadailhkkeiaadmlkbhbegegjhiok |
説明 | Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀 |
ファイルサイズ | 14.89 KB |
インストール数 | 61 |
現在のバージョン | 1.1.10 |
最終更新日 | 2020-12-27 |
公開日 | 2020-07-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Aditi Mohanty |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/campvanilla/refined-whatsapp |
ヘルプページのURL | https://github.com/campvanilla/refined-whatsapp/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "refined whatsapp", "version": "1.1.10", "description": "Supercharge Whatsapp\u2122 Web with hotkeys and dark theme! \ud83d\ude80", "content_scripts": [ { "js": [ "assets\/index-a2dbf3f8.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_idle" } ], "browser_action": { "default_popup": "options\/popup.html" }, "icons": { "128": "icons\/128x128.png" }, "homepage_url": "https:\/\/github.com\/campvanilla\/refined-whatsapp", "permissions": [ "storage" ], "web_accessible_resources": [ "hotkeys-b01a3bf1.js", "content-scripts\/index.js" ] } |