Messages for web Shortcuts

Open Android Messages for web with Shortcuts

什麼是Messages for web Shortcuts?

Messages for web Shortcuts是由https://shoko.moe開發的Chrome擴展程式,該擴展的主要功能是“Open Android Messages for web with Shortcuts”。

擴展截圖

screenshot

下載Messages for web Shortcuts擴展crx文件

下載Messages for web Shortcuts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can use shortcuts to open Messages for web.
To open the Messages for web, press Control + Shift + F                    

擴展基本資訊

名稱 Messages for web Shortcuts Messages for web Shortcuts
ID mciklklnhemleglghlcjeigibjohmgac
官方網址 https://chromewebstore.google.com/detail/messages-for-web-shortcut/mciklklnhemleglghlcjeigibjohmgac
簡介 Open Android Messages for web with Shortcuts
檔案大小 265 KB
安裝次數 2,674
目前版本 1.0.0
更新時間 2019-06-25
上架時間 2019-06-25
評分 4.75/5 共 4 次評分
開發者 https://shoko.moe
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messages for web Shortcuts",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Open Android Messages for web with Shortcuts",
    "homepage_url": "https:\/\/shoko.moe",
    "icons": {
        "512": "img\/icon512.png",
        "256": "img\/icon256.png",
        "128": "img\/icon128.png",
        "64": "img\/icon64.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png",
        "19": "img\/icon19.png",
        "16": "img\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Messages for web",
        "default_icon": "img\/icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Opens default.html"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "img\/icon.png"
    ]
}