快捷插件
快速打开谷歌翻译页面
什么是快捷插件?
快捷插件是由QQ:3391074430开发的Chrome扩展程序,该扩展的主要功能是“快速打开谷歌翻译页面”。
扩展截图
下载快捷插件扩展crx文件
下载快捷插件扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
快速打开谷歌翻译页面
扩展基本信息
名称 | 快捷插件 |
ID | okojpfcopjjbgejafdmkeijaniplohpi |
官方URL | https://chromewebstore.google.com/detail/%E5%BF%AB%E6%8D%B7%E6%8F%92%E4%BB%B6/okojpfcopjjbgejafdmkeijaniplohpi |
简介 | 快速打开谷歌翻译页面 |
文件大小 | 5.45 KB |
安装次数 | 288 |
当前版本 | 1.0 |
更新时间 | 2019-04-07 |
上架时间 | 2019-04-07 |
开发者 | QQ:3391074430 |
付费类型 | free |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u5feb\u6377\u63d2\u4ef6", "version": "1.0", "description": "\u5feb\u901f\u6253\u5f00\u8c37\u6b4c\u7ffb\u8bd1\u9875\u9762", "icons": { "18": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_popup": "index.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Ctrl+Shift+Y", "linux": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "windows": "Ctrl+Shift+Y" } } } } |