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.」です。
拡張機能のスクリーンショット
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 ... |
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 |
Eメール | [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" } } |