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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } |