aecreations / clippings

Clippings: an extension for Mozilla Firefox
20 stars 4 forks source link

Clippings

Save frequently-entered text for pasting later.

Saves and manages frequently-entered text for later pasting into web page forms in Firefox. Pasting a clipping is accomplished with just two mouse clicks, eliminating the hassle of retyping or repetitive copying and pasting.

Learn more and install the Firefox extension from the AE Creations website. Clippings is also available from Firefox Add-ons.

Contribute!

Support the development of Clippings by making a donation. Learn more about other ways to get involved!

If you are skilled at Firefox extension development and want to contribute code for a bug fix or a new feature, follow these instructions:

  1. Create an issue to describe your bug fix or feature.
  2. Create a new branch originating from the branch for the current major version, branches/6.5. The new branch is where you should commit your code changes. The branch name should follow the naming convention branches/your-branch-name.
  3. When your code changes are ready for review, open a pull request to merge to the branch for the current major version. Ensure that your PR references the issue you created in step 1.
  4. IMPORTANT! The master branch contains the source code for the current release. Do not commit directly to the master branch.