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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}