Here's how to run the extension from sources (Firefox & Thunderbird) #91
tDeContes
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's how to run the extension from sources:
Download sources:
Run in a Terminal:
The 1st time:
$ git clone --recurse-submodules https://github.com/rugk/unicodify.git
It should create
unicodify
in the current directory.Next times:
$ cd unicodify && git pull && git submodule update --init --recursive
Install it in Firefox and/or in Thunderbird:
For Firefox:
Follow the tutorial for Firefox.
The file to choose is
unicodify/src/manifest.json
.For Thunderbird:
unicodify/src/manifest.json
out.unicodify/scripts/manifests/thunderbirdmanifest.json
tounicodify/src/manifest.json
.The file to choose is
unicodify/src/manifest.json
.You'll have to redo it each time you launch them.
Hope it will be useful. :-)
Beta Was this translation helpful? Give feedback.
All reactions