Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 652 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 652 Bytes

nix nix

Sonification of http browser session traffic.

Installation

  1. Visit about:debugging
  2. Click Load Temporary Add-on..
  3. Select */nix/manifest.json

Architecture

Content script.observer -> sendMessage( performance of resource ) -> Background script

Performance resource entry attributes map

  • *Size: tonality
  • duration: duration

Changelog

0.1.0

  • Prototype extension tested in FirefoxDeveoperEdition 68.0b1
  • Maping/scale values received to satisfying raw material.

Development

Setup and development:

cd nix/
yarn
yarn watch