blob: 074a4a5c726f90082b1890d4abb421cccd9cd8db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Firefox Godocs.io Search
========================
A WebExtension that adds a search provider for [Godocs.io] so that shortcuts can
be added for it.
## Install
This extension is unsigned. Refer to “What are my options if I want to install
unsigned extensions in Firefox?” in
https://wiki.mozilla.org/Add-ons/Extension_Signing#FAQ before attempting to
install it.
$ cd '~/Library/Application Support/Firefox/Profiles/PROFILE_DIRECTORY/extensions'
$ git clone https://github.com/teddywing/firefox-godocs.io-search.git 'com.teddywing@godocs.io-search'
Relaunch Firefox and open the Add-ons page (`about:addons`). Click the “Enable”
button on Godocs.io Search’s row.
## License
Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
COPYING file).
[Godocs.io]: https://godocs.io/
|