Here's how to run the extension from sources (Firefox & Thunderbird) #91
Thomas-D-C
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.gitIt should create
unicodifyin the current directory.Next times:
$ cd unicodify && git pull && git submodule update --init --recursiveInstall 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.jsonout.unicodify/scripts/manifests/thunderbirdmanifest.jsontounicodify/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