https://github.com/wildskyf/textareacache
Browser Add-on: Automatically save the content in Textarea.
https://github.com/wildskyf/textareacache
Last synced: about 2 months ago
JSON representation
Browser Add-on: Automatically save the content in Textarea.
- Host: GitHub
- URL: https://github.com/wildskyf/textareacache
- Owner: wildskyf
- License: mit
- Created: 2016-03-02T16:06:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T10:32:05.000Z (2 months ago)
- Last Synced: 2025-03-31T13:16:17.723Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 898 KB
- Stars: 74
- Watchers: 8
- Forks: 9
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Textarea Cache
[](https://gitter.im/textarea-cache/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Save automatically the content in Textarea.
## install
* Firefox Version: [AMO/textarea-cache](https://addons.mozilla.org/firefox/addon/textarea-cache)
* Chrome Version: [Chrome Web Store](https://chrome.google.com/webstore/detail/textarea-cache/chpphekfimlabghbdankokcohcmnbmab)## Change Log and Previous Versions
Sometimes, you might wonder what's new in the updated version.
And sometime you might need to roll back to the previous version.Now You could see them at [AMO/textarea-cache/versions/](https://addons.mozilla.org/en-US/firefox/addon/textarea-cache/versions/).
## buy me a coffee
[![bubble-tea]](https://buymeacoffee.com/gholk)
[bubble-tea]: https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png "buy me a bubble tea"
## develop
build:```sh
npm i web-ext -g; npm run build
```build chromium:
```sh
npm run build-chromium
cd chromium
zip ../ta-chromium.zip -r *
```