Search for Bulma
Unofficial Chrome extension to search Bulma documentation
Wat is Search for Bulma?
Search for Bulma is een Chrome-extensie ontwikkeld door patrickdaze, en de belangrijkste functie is "Unofficial Chrome extension to search Bulma documentation".
Extensie Screenshots
Download het CRX-bestand van de extensie Search for Bulma
Download Search for Bulma-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Search for Bulma |
ID | melacinmggphfalalkhedbcjgdpnohfl |
Officiële URL | https://chromewebstore.google.com/detail/search-for-bulma/melacinmggphfalalkhedbcjgdpnohfl |
Beschrijving | Unofficial Chrome extension to search Bulma documentation |
Bestandsgrootte | 250 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2020-09-07 |
Publicatiedatum | 2020-06-17 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | patrickdaze |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/patrickdaze/bulma-search-chrome |
Help Pagina-URL | https://github.com/patrickdaze/bulma-search-chrome/issues |
Ondersteunde Talen | 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" ] } ] } |