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
官方網址 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
電子郵箱 [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": "_"
    }
}