Drupal API Search
Add support to the omnibox to search the Drupal API
Apa itu Drupal API Search?
Drupal API Search adalah ekstensi Chrome yang dikembangkan oleh Carwin Young, dan fitur utamanya adalah "Add support to the omnibox to search the Drupal API".
Unduh Berkas CRX Ekstensi Drupal API Search
Unduh file ekstensi Drupal API Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension enables searching the Drupal API from the omnibox by using the keyword "dapi".
Informasi Dasar Ekstensi
Nama | |
ID | fndfibkbfdaglikocmggomgliaegfhlo |
URL Resmi | https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo |
Deskripsi | Add support to the omnibox to search the Drupal API |
Ukuran File | 15.04 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-01-22 |
Tanggal Publikasi | 2014-01-22 |
Pengembang | Carwin Young |
Tipe Pembayaran | free |
Situs Ekstensi | http://github.com/carwin/drupal-api-chrome |
Bahasa yang Didukung | 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 } |