8000 GitHub - tazmanska/stravistix: Chrome/Opera extension adding features for Strava website with new performances data and improved ergonomics. Options made with AngularJS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Chrome/Opera extension adding features for Strava website with new performances data and improved ergonomics. Options made with AngularJS

License

Notifications You must be signed in to change notification settings

tazmanska/stravistix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready Join the chat at https://gitter.im/thomaschampagne/stravistix Install StravistiX from Chrome Store

Go to http://bitly.com/stravistix

Install/Develop from sources

Requirements

  • You need node package manager and nodejs to fetch nodejs dependencies and distribute the extension.

  • To develop, you must initialize nodejs dependencies before loading extension from chrome://extensions as a developer. View Install extension dependencies below step

Install extension dependencies

node make init

This will download required node modules. Development must be done inside hook/extension/ folder. You can now load extension from chrome://extensions chrome tab:

  • Open new tab and type chrome://extensions then enter
  • Tick Developer Mode checkbox
  • Click Load Unpacked Extension button, then choose hook/extension/ folder (this is where you have manifest.json file)
  • You can develop in !

Create distribution folder

node make dist

This will create dist/ folder. This folder is used for a release.

Create archive package

node make build

This will create zip archive of dist/ folder in builds/StravistiX_vX.X.X_[date].zip

Clean

node make clean

This will clean builds/, dist/ and node_modules/ folders

Code Editor and Indentation plugin used

Sublime Text 3 code editor with Sublime-HTMLPrettify plugin for code indentation have been used in this project

About

Chrome/Opera extension adding features for Strava website with new performances data and improved ergonomics. Options made with AngularJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.9%
  • HTML 11.6%
  • CSS 0.5%
0