PubMed for Omnibox

PubMed search in the Omnibox

Apa itu PubMed for Omnibox?

PubMed for Omnibox adalah ekstensi Chrome yang dikembangkan oleh Jukka Zitting, dan fitur utamanya adalah "PubMed search in the Omnibox".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PubMed for Omnibox

Unduh file ekstensi PubMed for Omnibox 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

                        Type "pm" followed by space and then enter your PubMed query. This extension will automatically query PubMed and give you the first few matching references as quick links.                    

Informasi Dasar Ekstensi

Nama PubMed for Omnibox PubMed for Omnibox
ID kcipmkejkojihddfhdmgolhhnbjnhbpm
URL Resmi https://chromewebstore.google.com/detail/pubmed-for-omnibox/kcipmkejkojihddfhdmgolhhnbjnhbpm
Deskripsi PubMed search in the Omnibox
Ukuran File 9.47 KB
Jumlah Instalasi 768
Versi Saat Ini 0.1
Terakhir Diperbarui 2012-08-05
Tanggal Publikasi 2012-08-05
Penilaian 4.80/5 Total 5 Penilaian
Pengembang Jukka Zitting
Tipe Pembayaran free
Situs Ekstensi https://github.com/jukka/omnibox-pubmed
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PubMed for Omnibox",
    "version": "0.1",
    "description": "PubMed search in the Omnibox",
    "omnibox": {
        "keyword": "pm"
    },
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/eutils.ncbi.nlm.nih.gov\/"
    ]
}