{"id":19970229,"url":"https://github.com/webdeveric/kibana-plus-web-ext","last_synced_at":"2025-05-04T01:30:44.071Z","repository":{"id":38356231,"uuid":"282159087","full_name":"webdeveric/kibana-plus-web-ext","owner":"webdeveric","description":"Pretty print JSON in your Kibana log messages.","archived":false,"fork":false,"pushed_at":"2024-05-15T19:08:10.000Z","size":1839,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T00:41:57.367Z","etag":null,"topics":["chrome-extension","firefox-addon","firefox-extension","json","kibana","web-extension","webextension"],"latest_commit_sha":null,"homepage":"https://webdeveric.github.io/kibana-plus-web-ext/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webdeveric.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-24T07:58:04.000Z","updated_at":"2024-05-15T19:08:14.000Z","dependencies_parsed_at":"2024-05-16T07:07:14.330Z","dependency_job_id":null,"html_url":"https://github.com/webdeveric/kibana-plus-web-ext","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fkibana-plus-web-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fkibana-plus-web-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fkibana-plus-web-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fkibana-plus-web-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdeveric","download_url":"https://codeload.github.com/webdeveric/kibana-plus-web-ext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252276955,"owners_count":21722447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","firefox-addon","firefox-extension","json","kibana","web-extension","webextension"],"created_at":"2024-11-13T02:53:36.579Z","updated_at":"2025-05-04T01:30:43.508Z","avatar_url":"https://github.com/webdeveric.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kibana ➕\n\nThis web extension modifies the output from Kibana to pretty print the JSON fields.\n\nThis extension is a rewrite of [kibana-plus-chrome-extension](https://github.com/kirill578/kibana-plus-chrome-extension) so that it works in Firefox and Chrome.\n\n## Local development\n\n### Setup\n\n```shell\ncp .env.example .env\n```\n\nSet `KIBANA_URL` to the URl of your Kibana site. This will let `web-ext` know which site to open automatically when it starts.\n\n### Development\n\nRun these in two different terminals.\n\n- This runs `webpack` in watch mode.\n\n  ```shell\n  npm run dev\n  ```\n\n- This runs `web-ext` and loads the extension in Firefox.\n\n  ```shell\n  npm start\n  ```\n\n  This runs `web-ext` and loads the extension in Firefox and Chrome.\n\n  ```shell\n  npm run start:both\n  ```\n\n## Build the extension\n\nThis will transpile the plugin and build a `zip` file for the extension.\n\nThe `zip` will be put in `./build`.\n\n```shell\nnpm run build\n```\n\n## Extension signing for Firefox\n\nDefine your api key / secret in your environment then run the following.\n\nCredentials can be found at https://addons.mozilla.org/en-US/developers/addon/api/key/\n\nThis generates an `xpi` file and it will be put in `./build`.\n\n```shell\nnpm run sign -- --api-key=$WEB_EXT_API_KEY --api-secret=$WEB_EXT_API_SECRET\n```\n\n## Useful links\n\n- https://hacks.mozilla.org/2019/10/developing-cross-browser-extensions-with-web-ext-3-2-0/\n- https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fkibana-plus-web-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdeveric%2Fkibana-plus-web-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fkibana-plus-web-ext/lists"}