Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wildskyf/TextareaCache

Browser Add-on: Automatically save the content in Textarea.
https://github.com/wildskyf/TextareaCache

Last synced: 4 months ago
JSON representation

Browser Add-on: Automatically save the content in Textarea.

Awesome Lists containing this project

README

        

# Textarea Cache

[![Join the chat at https://gitter.im/textarea-cache/community](https://badges.gitter.im/textarea-cache/community.svg)](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/).

### about Manifest V3

This add-on will eventually get MV3 after firefox obsolete MV2
and if I still need this add-on.

If you want it sooner, you can [buy me a coffee about MV3][bmc]
to encourage me to work on this.
The timeline is:

* 10 months if 20 USD
* 6 months if 40 USD
* 2 months if 60 USD

[bmc]: https://buymeacoffee.com/gholk/textarea-cache-mv3-upgrade

Please find the details in the link.

By the way, we can not add MV2 features to the chrome version now
since Chrome Web Store no longer allow uploading the MV2 add-on.

## 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

```
# install node.js
npm install web-ext -g
web-ext run
```