Search AllTrails for ...
Do a google search on alltrails.com site for selected text.
Co je Search AllTrails for ...?
Search AllTrails for ... je rozšíření Chrome vyvinuté davfive, a jeho hlavní funkcí je „Do a google search on alltrails.com site for selected text.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Search AllTrails for ...
Stáhněte si soubory rozšíření Search AllTrails for ... ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Search AllTrails for ... |
ID | naihbjkpjidjighlgofgcncnlbnemkdd |
Oficiální URL | https://chromewebstore.google.com/detail/search-alltrails-for/naihbjkpjidjighlgofgcncnlbnemkdd |
Popis | Do a google search on alltrails.com site for selected text. |
Velikost souboru | 28.11 KB |
Počet instalací | 77 |
Aktuální Verze | 0.0.0.1 |
Poslední Aktualizace | 2020-11-27 |
Datum Vydání | 2020-11-27 |
Vývojář | davfive |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/davfive/search-alltrails-for |
URL Stránky Nápovědy | https://github.com/davfive/search-alltrails-for/issues |
Podporované Jazyky | 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" } } |