Search for Bulma
Unofficial Chrome extension to search Bulma documentation
Qu'est-ce que Search for Bulma ?
Search for Bulma est une extension Chrome développée par patrickdaze, et sa fonction principale est "Unofficial Chrome extension to search Bulma documentation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search for Bulma
Téléchargez les fichiers d'extension Search for Bulma au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Search for Bulma |
ID | melacinmggphfalalkhedbcjgdpnohfl |
URL Officiel | https://chromewebstore.google.com/detail/search-for-bulma/melacinmggphfalalkhedbcjgdpnohfl |
Description | Unofficial Chrome extension to search Bulma documentation |
Taille du Fichier | 250 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2020-09-07 |
Date de Publication | 2020-06-17 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | patrickdaze |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/patrickdaze/bulma-search-chrome |
URL de la Page d'Aide | https://github.com/patrickdaze/bulma-search-chrome/issues |
Langues Prises en Charge | 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" ] } ] } |