Search for Bulma
Unofficial Chrome extension to search Bulma documentation
Hvad er Search for Bulma?
Search for Bulma er en Chrome-udvidelse udviklet af patrickdaze, og dens hovedfunktion er "Unofficial Chrome extension to search Bulma documentation".
Udvidelsesskærmbilleder
Download Search for Bulma-udvidelses-CRX-fil
Download Search for Bulma-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Search for Bulma |
ID | melacinmggphfalalkhedbcjgdpnohfl |
Officiel URL | https://chromewebstore.google.com/detail/search-for-bulma/melacinmggphfalalkhedbcjgdpnohfl |
Beskrivelse | Unofficial Chrome extension to search Bulma documentation |
Filstørrelse | 250 KB |
Antal Installationer | 35 |
Nuværende Version | 1.1.2 |
Senest Opdateret | 2020-09-07 |
Udgivelsesdato | 2020-06-17 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | patrickdaze |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/patrickdaze/bulma-search-chrome |
Hjælpeside-URL | https://github.com/patrickdaze/bulma-search-chrome/issues |
Understøttede Sprog | 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" ] } ] } |