Skip to content

Commit

Permalink
docs: update README to include Firefox add-on information
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimAziev committed Aug 17, 2024
1 parent 6dc7f13 commit c0a8035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

</div>

This is a [Chrome Extension](https://chromewebstore.google.com/detail/chrome-emacs/dabdpcafiblbndpoadckibiaojbdnpjg) focused on bi-directional editing in online text editors and text areas from within Emacs.
This [Chrome Extension](https://chromewebstore.google.com/detail/chrome-emacs/dabdpcafiblbndpoadckibiaojbdnpjg) and [Firefox add-on](https://addons.mozilla.org/en-US/firefox/addon/chrome-emacs) are focused on bi-directional editing in online text editors and text areas from within Emacs.

After the original Atomic Chrome extension was removed from the Chrome Web Store due to policy violations, I undertook the task of creating an entirely refreshed and compliant version. Now named "Chrome Emacs," it represents more than just a fork; it is a comprehensive rewrite that adheres to the newest standards and Chrome Extension Manifest V3, ensuring both compliance and enhanced security.

Expand Down Expand Up @@ -44,7 +44,7 @@ Experimental support is also available. See key considerations for users [here](

> - [About](#about)
> - [Installation](#installation)
> - [Chrome Extension](#chrome-extension)
> - [Browser Extension](#browser-extension)
> - [Emacs Integration](#emacs-integration)
> - [With use-package and straight.el](#with-use-package-and-straightel)
> - [Manual Installation](#manual-installation)
Expand All @@ -69,9 +69,9 @@ Experimental support is also available. See key considerations for users [here](

# Installation

## Chrome Extension
## Browser Extension

Install the [Chrome extension](https://chromewebstore.google.com/detail/chrome-emacs/dabdpcafiblbndpoadckibiaojbdnpjg).
Install the [Chrome Extension](https://chromewebstore.google.com/detail/chrome-emacs/dabdpcafiblbndpoadckibiaojbdnpjg) or [Firefox add-on](https://addons.mozilla.org/en-US/firefox/addon/chrome-emacs) (Note: the Firefox add-on is currently under review.).

## Emacs Integration

Expand Down

0 comments on commit c0a8035

Please sign in to comment.