underscore

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

underscoreとは何ですか?

underscoreはansonairoldiによって開発されたChromeの拡張機能で、その主な機能は「Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…」です。

拡張機能のスクリーンショット

screenshot

underscore拡張機能のCRXファイルをダウンロード

underscore拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 underscore underscore
ID pffeaanfhmcllmncifaihidglefccbeg
公式URL https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg
説明 Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
ファイルサイズ 212 KB
インストール数 14
現在のバージョン 1.0.1
最終更新日 2018-07-07
公開日 2018-07-07
開発者 ansonairoldi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ansonlouis/chrome-underscore
ヘルプページのURL https://github.com/ansonlouis/chrome-underscore
対応言語 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": "_"
    }
}