Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of reference to platform-issues within "README.md". #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Character Identifier](https://dbaron.org/mozilla/char-identifier/) is a [Web Extension](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) that adds a browser context menu item for selected text that provides more information (from the [Unicode database](http://www.unicode.org/ucd/)) about the characters selected.

It was previously (in this same repository) a Firefox extension using the old XUL-based Firefox extensions API. As a Web extension, it works in both Firefox and Chrome, but crashes the entire browser reliably in Edge, perhaps due to [Issue #10831621](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/10831621/).
It was previously (in this same repository) a Firefox extension using the old XUL-based Firefox extensions API. Because it is a Web extension, it works in both Firefox, Chrome, and Edge.

Build it by running `make`. The unpacked output will be in `output/`, and the packaged extension will be in `char-identifier.zip`.
Build it by running `make`. The unpacked output will be in `output/`, and the packaged extension will be in `char-identifier.zip`.