openzipkin / zipkin-browser-extension

Chrome and Firefox browser extensions for Zipkin
Apache License 2.0
25 stars 13 forks source link
openzipkin

Build Status

Zipkin Chrome Extension

This is an extension to the Chrome browser that lets you trigger trace generation when using your application.

Installing

The Chrome extension can be installed directly from Chrome Web Store.

The Firefox plugin is not production-ready yet, but can be installed manuelly by building the project from source.

Usage

Check out the Usage documentation.

Developing on Chrome

Developing on Firefox

Building

This will build a .zip file that should be uploaded to Chrome Web Store.

Publishing to Chrome Web Store

First, you need two API secrets; 1) create the file client-secret.txt in the root directory of this repository, with our client secret. 2) create the file refresh-token.txt in the root directory of this repository, with our refresh token.

Directory structure

This is the blog post the directory structure of this project is inspired from:

http://frontendbabel.info/articles/developing-cross-browser-extensions/