Search AllTrails for ...

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

什么是Search AllTrails for ...?

Search AllTrails for ...是由davfive开发的Chrome扩展程序,该扩展的主要功能是“Do a google search on alltrails.com site for selected text.”。

扩展截图

screenshot

下载Search AllTrails for ...扩展crx文件

下载Search AllTrails for ...扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Search AllTrails for ... Search AllTrails for ...
ID naihbjkpjidjighlgofgcncnlbnemkdd
官方URL https://chromewebstore.google.com/detail/search-alltrails-for/naihbjkpjidjighlgofgcncnlbnemkdd
简介 Do a google search on alltrails.com site for selected text.
文件大小 28.11 KB
安装次数 77
当前版本 0.0.0.1
更新时间 2020-11-27
上架时间 2020-11-27
开发者 davfive
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/davfive/search-alltrails-for
帮助页面URL https://github.com/davfive/search-alltrails-for/issues
支持的语言 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"
    }
}