Permalink
Commits on Apr 12, 2017
  1. Bump version

    committed Apr 12, 2017
  2. Fix parent-link size issue

    committed Apr 12, 2017
Commits on Mar 19, 2017
  1. Add producthunt badge

    committed Mar 19, 2017
  2. Update README

    committed Mar 19, 2017
  3. Fixes #16 and #18

    committed Mar 19, 2017
Commits on Feb 10, 2017
  1. Update README.md

    Closes #15
    committed on GitHub Feb 10, 2017
Commits on Jan 5, 2017
Commits on Oct 13, 2016
  1. Bump version

    committed Oct 13, 2016
  2. Remove console.log

    committed Oct 13, 2016
Commits on Aug 20, 2016
  1. Bump version

    committed Aug 20, 2016
  2. Handle files with 0 size

    committed Aug 20, 2016
  3. Update screenshot

    committed on GitHub Aug 20, 2016
Commits on Aug 15, 2016
Commits on Aug 14, 2016
  1. Bump version to v0.1.0

    committed Aug 14, 2016
  2. 🎉 Display file size

    committed Aug 14, 2016
  3. Reame function to a better name

    committed Aug 14, 2016
  4. Fix size calculation

    committed Aug 14, 2016
  5. Add user-agent

    committed Aug 14, 2016
  6. Separate out HTML

    committed Aug 14, 2016
  7. Improve tree view detection

    committed Aug 14, 2016
  8. Update readme

    committed Aug 14, 2016
Commits on Aug 13, 2016
  1. Add badges to README

    committed Aug 13, 2016
Commits on Aug 10, 2016
  1. Bump version to v0.0.2

    committed Aug 10, 2016
Commits on Aug 9, 2016
  1. Simplify and ES6-ify (#7)

    * Run script at document end
    
    This way, we don't have to wait for things like images and frames to load before running. See: https://developer.chrome.com/extensions/content_scripts#run_at
    
    * Leverage ES6's `const` for values we know won't change
    
    * Simplify conditional logic
    
    * Instead of passing `null` around, just throw an error when we ecounter one
    
    Then we can catch the error and log it
    
    * Remove `setInterval` code, since Chrome injects the script after the DOM is loaded
    
    * Remove chrome from global
    
    * Break up const declarations into multiple statements
    
    * Use traditional comparison syntax
    davidsawyer committed with Aug 9, 2016
Commits on Aug 4, 2016
  1. Add chrome web store link

    committed Aug 4, 2016
  2. Update name and description

    committed Aug 4, 2016
  3. Use new icon

    committed Aug 4, 2016
  4. Add icons

    committed Aug 4, 2016
  5. Use ES5 for now

    committed Aug 4, 2016
Commits on Aug 3, 2016
  1. Handle errors

    committed Aug 3, 2016