underscore

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

underscore là gì?

underscore là một tiện ích mở rộng Chrome được phát triển bởi ansonairoldi, và tính năng chính của nó là "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng underscore

Tải xuống các tệp mở rộng underscore dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên underscore underscore
ID pffeaanfhmcllmncifaihidglefccbeg
URL Chính Thức https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg
Mô tả Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Kích Thước Tệp 212 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-07-07
Ngày Phát Hành 2018-07-07
Nhà Phát Triển ansonairoldi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ansonlouis/chrome-underscore
URL Trang Trợ Giúp https://github.com/ansonlouis/chrome-underscore
Ngôn Ngữ Được Hỗ Trợ 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": "_"
    }
}