All Projects → linkeddata → tabulator-firefox

linkeddata / tabulator-firefox

Licence: other
Linked Data Browser for Firefox

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
CSS
56736 projects

Tabulator Firefox

Linked Data Browser, for Firefox

How Do I Install Tabulator

One way to install tabulator is as a firefox extension. This involves downloading and making the source then putting a line in your extensions directory.

git clone --recursive  https://github.com/linkeddata/tabulator-firefox.git
cd tabulator-firefox
make
for i in ~/.mozilla/firefox/*/extensions/ ; do echo $PWD > $i/[email protected] ; done
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].