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! 🚀”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 refined whatsapp refined whatsapp
ID alkoadailhkkeiaadmlkbhbegegjhiok
官方網址 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
電子郵箱 [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"
    ]
}