Drupal API Search
Add support to the omnibox to search the Drupal API
什么是Drupal API Search?
Drupal API Search是由Carwin Young开发的Chrome扩展程序,该扩展的主要功能是“Add support to the omnibox to search the Drupal API”。
下载Drupal API Search扩展crx文件
下载Drupal API Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension enables searching the Drupal API from the omnibox by using the keyword "dapi".
扩展基本信息
名称 | |
ID | fndfibkbfdaglikocmggomgliaegfhlo |
官方URL | https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo |
简介 | Add support to the omnibox to search the Drupal API |
文件大小 | 15.04 KB |
安装次数 | 36 |
当前版本 | 1.0 |
更新时间 | 2014-01-22 |
上架时间 | 2014-01-22 |
开发者 | Carwin Young |
付费类型 | free |
扩展官网 | http://github.com/carwin/drupal-api-chrome |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drupal API Search", "description": "Add support to the omnibox to search the Drupal API", "omnibox": { "keyword": "dapi" }, "icons": { "16": "icon.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "version": "1.0", "minimum_chrome_version": "9", "manifest_version": 2 } |