Search AllTrails for ...

Do a google search on alltrails.com site for selected text.

What is Search AllTrails for ...?

Search AllTrails for ... is a Chrome extension developed by davfive, and its main feature is "Do a google search on alltrails.com site for selected text.".

Extension Screenshots

screenshot

Download Search AllTrails for ... Extension CRX File

Download Search AllTrails for ... extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        For those who use AllTrails often, many of the hikes that we choose are recommended to us, or a group, via social media or other websites.

This extension allows you to highlight the hike name, right click, and choose "Search AllTrails for ".

Since AllTrails.com doesn't have a url-based way to perform searches on their site, this extension will open up an google search for the selected text (hike name) restricted to the AllTrails.com site results.                    

Extension Basic Information

Name Search AllTrails for ... Search AllTrails for ...
ID naihbjkpjidjighlgofgcncnlbnemkdd
Official URL https://chromewebstore.google.com/detail/search-alltrails-for/naihbjkpjidjighlgofgcncnlbnemkdd
Description Do a google search on alltrails.com site for selected text.
File Size 28.11 KB
Installation Count 77
Current Version 0.0.0.1
Last Updated 2020-11-27
Publish Date 2020-11-27
Developer davfive
Email [email protected]
Payment Type free
Extension Website https://github.com/davfive/search-alltrails-for
Help Page URL https://github.com/davfive/search-alltrails-for/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search AllTrails for ...",
    "description": "Do a google search on alltrails.com site for selected text.",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/search_alltrails16.png",
        "32": "images\/search_alltrails32.png",
        "48": "images\/search_alltrails48.png",
        "128": "images\/search_alltrails128.png"
    }
}