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
公式URL 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
Eメール [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"
    ]
}