Search for Bulma
Unofficial Chrome extension to search Bulma documentation
Search for Bulma là gì?
Search for Bulma là một tiện ích mở rộng Chrome được phát triển bởi patrickdaze, và tính năng chính của nó là "Unofficial Chrome extension to search Bulma documentation".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Search for Bulma
Tải xuống các tệp mở rộng Search for Bulma 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
Adds search functionality to the documentation for the open source Bulma CSS framework. A search icon will appear in the main navigation of the Bulma documenation. Click it to toggle search.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Search for Bulma |
ID | melacinmggphfalalkhedbcjgdpnohfl |
URL Chính Thức | https://chromewebstore.google.com/detail/search-for-bulma/melacinmggphfalalkhedbcjgdpnohfl |
Mô tả | Unofficial Chrome extension to search Bulma documentation |
Kích Thước Tệp | 250 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2020-09-07 |
Ngày Phát Hành | 2020-06-17 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | patrickdaze |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/patrickdaze/bulma-search-chrome |
URL Trang Trợ Giúp | https://github.com/patrickdaze/bulma-search-chrome/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search for Bulma", "version": "1.1.2", "description": "Unofficial Chrome extension to search Bulma documentation", "homepage_url": "https:\/\/github.com\/patrickdaze\/bulma-search-chrome", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/bulma.io\/*" ], "run_at": "document_end", "js": [ "libs\/vue-2.6.10.min.js", "libs\/algoliasearchLite-3.22.1.min.js", "libs\/vue-instantsearch-2.2.1.min.js", "content.js" ] } ] } |