Drupal API Search

Add support to the omnibox to search the Drupal API

Drupal API Search là gì?

Drupal API Search là một tiện ích mở rộng Chrome được phát triển bởi Carwin Young, và tính năng chính của nó là "Add support to the omnibox to search the Drupal API".

Tải xuống tệp CRX của tiện ích mở rộng Drupal API Search

Tải xuống các tệp mở rộng Drupal API Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension enables searching the Drupal API from the omnibox by using the keyword "dapi".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Drupal API Search Drupal API Search
ID fndfibkbfdaglikocmggomgliaegfhlo
URL Chính Thức https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo
Mô tả Add support to the omnibox to search the Drupal API
Kích Thước Tệp 15.04 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-01-22
Ngày Phát Hành 2014-01-22
Nhà Phát Triển Carwin Young
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/carwin/drupal-api-chrome
Ngôn Ngữ Được Hỗ Trợ 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
}