Chatbot Extension
This extension will redirect to Chatbot page
什么是Chatbot Extension?
Chatbot Extension是由Prashanth开发的Chrome扩展程序,该扩展的主要功能是“This extension will redirect to Chatbot page”。
下载Chatbot Extension扩展crx文件
下载Chatbot Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | oflbbecegcmjpnkidolkggaeaecgjpkj |
官方URL | https://chrome.google.com/webstore/detail/chatbot-extension/oflbbecegcmjpnkidolkggaeaecgjpkj |
简介 | This extension will redirect to Chatbot page |
文件大小 | 74.98 KB |
安装次数 | 89 |
当前版本 | 1.0 |
更新时间 | 2018-07-02 |
上架时间 | 2018-07-02 |
开发者 | Prashanth |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chatbot Extension", "description": "This extension will redirect to Chatbot page", "version": "1.0", "browser_action": { "default_icon": "Chatbot.png", "default_popup": "test.html" }, "permissions": [ "activeTab" ] } |