联想智能服务Chrome工具插件
支持chrome浏览器实现在线运行智能工具
Wat is 联想智能服务Chrome工具插件?
联想智能服务Chrome工具插件 is een Chrome-extensie ontwikkeld door http://robot.lenovo.com.cn, en de belangrijkste functie is "支持chrome浏览器实现在线运行智能工具".
Extensie Screenshots
Download het CRX-bestand van de extensie 联想智能服务Chrome工具插件
Download 联想智能服务Chrome工具插件-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
联想智能机器人智能服务Chrome工具插件,可以实现在线运行智能工具。
Basisinformatie over de Extensie
Naam | |
ID | aeldmlfifpakieahlieblodlghlfnhfi |
Officiële 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 |
Beschrijving | 支持chrome浏览器实现在线运行智能工具 |
Bestandsgrootte | 8.94 KB |
Aantal Installaties | 61 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-06-05 |
Publicatiedatum | 2015-06-05 |
Ontwikkelaar | http://robot.lenovo.com.cn |
Betalingswijze | free |
Extensiewebsite | http://robot.lenovo.com.cn/ |
Ondersteunde Talen | 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 } |