- Introduces a new tab on the search results page, which provides a link to your chosen maps service, showing the location related to your search query;
- Adds a button to the minimaps in the search results to open the location in your preferred maps provider;
- Adds a button to the "Place" snippet in the search results to open the location in your preferred maps provider (Brave already does this for getting directions from here).
This is the code repository for the Maps links in Brave Search extension. Firefox version.
It's open source so you know what is being installed on your machine (you can also use code extractor on the extension directly).
If you have any issues with the extension or want to suggest a new feature, please let me know in the comments on the extension page or in this repository by creating an issue.
Many thanks to Re-introduce google maps links to search page. I forked it to use as a template for this extension.
- Download this repository by clicking the green
Code
button in the top right corner and thenDownload ZIP
; - Extract the downloaded file in a folder of choice (you can't move it after you install it or you'll have to repeat the next steps);
-
Chromium [see notes] Firefox Go to chrome://extensions/
Go to about:debugging#/runtime/this-firefox
Enable Developer mode
Click Load Temporary Add-on...
Click Load unpacked extension
Select the manifest.json
file in the folder where you cloned this repositorySelect the folder where you cloned this repository Do not restart the browser or it will disappear [see notes]
- Chromium also includes Google Chrome, Microsoft Edge, and others;
- Firefox requires extension signing to survive restarts, to work around this you can download Firefox Developer Edition or Nightly and, on
about:config
, setxpinstall.signatures.required
tofalse
. At this point, it becomes installable by following these steps:- Create a
.zip
file of all the files in this repository; - Upload it from
about:addons
, gear icon,Install Add-on From File...
.
- Create a