Last active
February 7, 2023 15:44
-
-
Save amekusa/99c3e22d7faa4e528d89e521cece3c45 to your computer and use it in GitHub Desktop.
Google (en-US) Search Plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" | |
| xmlns:moz="http://www.mozilla.org/2006/browser/search/"> | |
| <!-- Created on Tue, 07 Feb 2023 15:27:53 GMT --> | |
| <ShortName>Google (en-US)</ShortName> | |
| <Description>search?q={searchTerms}&hl=en&gl=US&pws=0</Description> | |
| <Url type="text/html" method="get" template="https://www.google.com/search?q={searchTerms}&hl=en&gl=US&pws=0"/> | |
| <Url type="application/x-suggestions+json" template="http://suggestqueries.google.com/complete/search?output=firefox&client=firefox&q={searchTerms}&hl=en&gl=US&pws=0"/> | |
| <!-- <Image width="16" height="16">GENERATEDLATER</Image> --> | |
| <Developer>amekusa</Developer> | |
| <InputEncoding>UTF-8</InputEncoding> | |
| <moz:SearchForm>https://www.google.com/</moz:SearchForm> | |
| <!-- <Url type="application/opensearchdescription+xml" rel="self" template="GENERATEDLATER"/> --> | |
| </OpenSearchDescription> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link rel="search" type="application/opensearchdescription+xml" title="Google (en-US)" href="google_en_us.xml"> | |
| </head> | |
| <body> | |
| <h1>Install Google (en-US) Search Plugin</h1> | |
| </body> | |
| </html> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install
https://mycroftproject.com/install.html?id=109921&basename=google_en_us&icontype=ico&name=Google+%28en-US%29
Hosted by Mycroft Project