Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echofox-team/echofon-firefox-unofficial
Echofon Unofficial - maintained version of Echofon: full featured, super clean Twitter app for Firefox.
https://github.com/echofox-team/echofon-firefox-unofficial
client echofon extension firefox twitter
Last synced: 15 days ago
JSON representation
Echofon Unofficial - maintained version of Echofon: full featured, super clean Twitter app for Firefox.
- Host: GitHub
- URL: https://github.com/echofox-team/echofon-firefox-unofficial
- Owner: echofox-team
- Created: 2015-03-01T00:38:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T11:41:58.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T20:44:00.457Z (3 months ago)
- Topics: client, echofon, extension, firefox, twitter
- Language: JavaScript
- Homepage: http://echofox-team.github.io/echofon-firefox-unofficial/
- Size: 627 KB
- Stars: 69
- Watchers: 24
- Forks: 10
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - echofox-team/echofon-firefox-unofficial - Echofon Unofficial - maintained version of Echofon: full featured, super clean Twitter app for Firefox. (JavaScript)
README
# Echofon Unofficial
Maintained version of Echofon: full featured, super clean Twitter app for Firefox.
This is based on [JaHIY](https://github.com/JaHIY) [changes](https://gist.github.com/JaHIY/4483939) and a follow up to fix support for Firefox 36 and ongoing.
**You can [download the signed add-on here](/../../releases).**
[![Join the chat at https://gitter.im/AntoineTurmel/echofon-firefox-unofficial](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/AntoineTurmel/echofon-firefox-unofficial?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Developers ##
### Build ###
To build XPI package, you need few tools available from your PATH:
- *sed*
- *zip*Run `./build.sh` to zip Echofon.jar and produce the new XPI in `build` directory.
*(Tested in Unix and MinGW environments)*
### Debug ###
Firefox [Add-on Debugger](https://developer.mozilla.org/en-US/Add-ons/Add-on_Debugger) is only available for *restartless and SDK-based add-ons*.
So, to debug **Echofon Unofficial**, please use *[Browser Toolbox](https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox) and its Debugger tool*.