Search AllTrails for ...
Do a google search on alltrails.com site for selected text.
Search AllTrails for ... là gì?
Search AllTrails for ... là một tiện ích mở rộng Chrome được phát triển bởi davfive, và tính năng chính của nó là "Do a google search on alltrails.com site for selected text.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Search AllTrails for ...
Tải xuống các tệp mở rộng Search AllTrails for ... dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Search AllTrails for ... |
ID | naihbjkpjidjighlgofgcncnlbnemkdd |
URL Chính Thức | https://chromewebstore.google.com/detail/search-alltrails-for/naihbjkpjidjighlgofgcncnlbnemkdd |
Mô tả | Do a google search on alltrails.com site for selected text. |
Kích Thước Tệp | 28.11 KB |
Số Lần Cài Đặt | 77 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2020-11-27 |
Ngày Phát Hành | 2020-11-27 |
Nhà Phát Triển | davfive |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/davfive/search-alltrails-for |
URL Trang Trợ Giúp | https://github.com/davfive/search-alltrails-for/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |