联想智能服务Chrome工具插件
支持chrome浏览器实现在线运行智能工具
What is 联想智能服务Chrome工具插件?
联想智能服务Chrome工具插件 is a Chrome extension developed by http://robot.lenovo.com.cn, and its main feature is "支持chrome浏览器实现在线运行智能工具".
Extension Screenshots
Download 联想智能服务Chrome工具插件 Extension CRX File
Download 联想智能服务Chrome工具插件 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
联想智能机器人智能服务Chrome工具插件,可以实现在线运行智能工具。
Extension Basic Information
Name | |
ID | aeldmlfifpakieahlieblodlghlfnhfi |
Official URL | https://chrome.google.com/webstore/detail/%E8%81%94%E6%83%B3%E6%99%BA%E8%83%BD%E6%9C%8D%E5%8A%A1chrome%E5%B7%A5%E5%85%B7%E6%8F%92%E4%BB%B6/aeldmlfifpakieahlieblodlghlfnhfi |
Description | 支持chrome浏览器实现在线运行智能工具 |
File Size | 8.94 KB |
Installation Count | 61 |
Current Version | 1.0.1 |
Last Updated | 2015-06-05 |
Publish Date | 2015-06-05 |
Developer | http://robot.lenovo.com.cn |
Payment Type | free |
Extension Website | http://robot.lenovo.com.cn/ |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u8054\u60f3\u667a\u80fd\u670d\u52a1Chrome\u5de5\u5177\u63d2\u4ef6", "version": "1.0.1", "description": "\u652f\u6301chrome\u6d4f\u89c8\u5668\u5b9e\u73b0\u5728\u7ebf\u8fd0\u884c\u667a\u80fd\u5de5\u5177", "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging", "tabs", "http:\/\/*\/*" ], "icons": { "128": "lenovorobot.ico", "16": "lenovorobot.ico", "48": "lenovorobot.ico" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "short_name": "LenovoRobot", "minimum_chrome_version": "6.0.0.0", "manifest_version": 2 } |