https://github.com/jsnjack/pt
Price tracking extension for firefox
https://github.com/jsnjack/pt
Last synced: over 1 year ago
JSON representation
Price tracking extension for firefox
- Host: GitHub
- URL: https://github.com/jsnjack/pt
- Owner: jsnjack
- Created: 2015-01-10T18:15:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T20:15:54.000Z (over 11 years ago)
- Last Synced: 2025-02-17T18:51:47.519Z (over 1 year ago)
- Language: CSS
- Size: 668 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pt
============
##Description
###What is pt?
Pt is a firefox extension that helps you track price change. You can also track any text information with it
###How does it work?
* Select price you would like to track. Selected element is highlighted

* Give item a title or use default one

* Track price change with color indicators

##How to install
See release section for the latest packed file (.xpi). Open pt.xpi with firefox browser
##For developers
###Run extension to preserve settings with command:
```
cfx run --profiledir=./.cfx_profile/
```
###Name guide
- Signals name:
```
who_emmits-name
```
###Compile templates on change
Set environmental variables `NUNJUCKS_REPO`(path to the cloned nunjucks git repository) and `TEMPLATES_DIR`(path to templates folder) or pass them as command arguments. Then run scripts which will compile templates on change:
```
./watch_nunjucks.py
```