JavaEE API Search
Adds support to the omnibox to search the JavaEE API.
什么是JavaEE API Search?
JavaEE API Search是由xeno.be开发的Chrome扩展程序,该扩展的主要功能是“Adds support to the omnibox to search the JavaEE API.”。
扩展截图
下载JavaEE API Search扩展crx文件
下载JavaEE API Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this omnibox plugin to directly search the online JavaEE help. Simply type 'JEE ' to start your search, then the name of whatever class you are looking for help with, to take you straight to the relevant page in Oracle's online documentation. Source from: https://github.com/mpress/developer-omniboxes-for-chrome
扩展基本信息
名称 | JavaEE API Search |
ID | fdncdgdjflfnpbibedmlfdjafkinnfcl |
官方URL | https://chromewebstore.google.com/detail/javaee-api-search/fdncdgdjflfnpbibedmlfdjafkinnfcl |
简介 | Adds support to the omnibox to search the JavaEE API. |
文件大小 | 83.9 KB |
安装次数 | 5,453 |
当前版本 | 3.0.0 |
更新时间 | 2015-10-09 |
上架时间 | 2015-10-09 |
评分 | 4.18/5 共28次评分 |
开发者 | xeno.be |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "JavaEE API Search", "description": "Adds support to the omnibox to search the JavaEE API.", "manifest_version": 2, "background": { "scripts": [ "index.js", "String.js", "background.js" ] }, "icons": { "128": "icons\/icon128.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" }, "omnibox": { "keyword": "jee" }, "permissions": [ "tabs", "http:\/\/docs.oracle.com\/", "https:\/\/docs.oracle.com\/" ], "version": "3.0.0" } |