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…”。
扩展截图
下载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 |
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 |
电子邮箱 | [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": "_" } } |