underscore

Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…

Apa itu underscore?

underscore adalah ekstensi Chrome yang dikembangkan oleh ansonairoldi, dan fitur utamanya adalah "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi underscore

Unduh file ekstensi underscore 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

                        Simple Omnibox shortcut support for easily getting access to underscore.js documentation.

To Use: Simply type '_' into Chromes searchbox, followed by a tab or space. This will bring you into the extension's search context, where you can now search underscore's documentation.

-----
1.0.1: fixed breaking issue with underscore https                    

Informasi Dasar Ekstensi

Nama underscore underscore
ID pffeaanfhmcllmncifaihidglefccbeg
URL Resmi https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg
Deskripsi Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Ukuran File 212 KB
Jumlah Instalasi 14
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-07-07
Tanggal Publikasi 2018-07-07
Pengembang ansonairoldi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ansonlouis/chrome-underscore
URL Halaman Bantuan https://github.com/ansonlouis/chrome-underscore
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "underscore",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [],
    "background": {
        "persistent": true,
        "page": ".\/background.html"
    },
    "omnibox": {
        "keyword": "_"
    }
}