Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geoffreylitt/wildcard
A browser extension for customizing web apps with a spreadsheet view
https://github.com/geoffreylitt/wildcard
Last synced: 17 days ago
JSON representation
A browser extension for customizing web apps with a spreadsheet view
- Host: GitHub
- URL: https://github.com/geoffreylitt/wildcard
- Owner: geoffreylitt
- Created: 2019-11-05T16:57:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T22:46:20.000Z (almost 2 years ago)
- Last Synced: 2024-02-15T03:15:46.807Z (10 months ago)
- Language: TypeScript
- Homepage: https://www.geoffreylitt.com/wildcard/
- Size: 45.3 MB
- Stars: 233
- Watchers: 5
- Forks: 10
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - geoffreylitt/wildcard - A browser extension for customizing web apps with a spreadsheet view (TypeScript)
README
# Wildcard
Wildcard is a platform that empowers anyone to build browser extensions and modify websites to meet their own specific needs.
Wildcard shows a simplified view of the data in a web page as a familiar table view. People can directly manipulate the table to sort/filter content, add annotations, and even use spreadsheet-style formulas to pull in data from other websites.
* [Documentation](https://geoffreylitt.github.io/wildcard)
* [Project homepage](https://www.geoffreylitt.com/wildcard/)
* [Research paper](https://www.geoffreylitt.com/wildcard/salon2020/) presented at the Convivial Computing Salon 2020## Install Wildcard
Be aware: Wildcard is still pre-release software.
**The current master branch is stable, but missing a few important features
that have yet to be ported over from previous versions of the codebase: mainly filtering the table and formulas.**To get an email when a full featured version is ready, [sign up for the email newsletter](https://tinyletter.com/wildcard-extension).
If you want to install Wildcard today, there are two options:
To use Wildcard with an existing library of supported websites, follow the [quick start instructions](https://geoffreylitt.github.io/wildcard/#/quickstart).
## Contribute
Follow the [dev env install instructions](https://geoffreylitt.github.io/wildcard/#/devenv).
To run the build watcher: `yarn run dev`
To run the extension in a new browser and auto-reload it when you update the code: `yarn run chrome` or `yarn run firefox`