Recenzje dodatku Swift Selection Search
Swift Selection Search Autor: Daniel Lobo
685 recenzji
- Ocena: 5/5Autor: Rufous Potoo, 4 lata temu
- Ocena: 4/5Autor: ktanotai, 4 lata temu
- Ocena: 5/5Autor: Florin Piersici, 4 lata temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 16140674, 4 lata temu
- Ocena: 5/5Autor: Hanna Sanctorum, 4 lata temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 16813395, 4 lata temu
- Ocena: 5/5Autor: loro, 5 lat temu
- Ocena: 5/5Autor: AMGEnzo, 5 lat temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 16741073, 5 lat temu
- Ocena: 5/5Autor: amanda, 5 lat temu
- Ocena: 5/5Autor: Asif M, 5 lat temu
- Ocena: 2/5Autor: Użytkownik Firefoksa 15474826, 5 lat temu
- Ocena: 5/5Autor: Aleksey Bern, 5 lat temu
- Ocena: 1/5Autor: Tayden Fung, 5 lat temu
- Ocena: 5/5Autor: chishiuan, 5 lat temu
- Ocena: 5/5Autor: Sor Targol, 5 lat temu
- Ocena: 5/5Autor: Agnès, 5 lat temu
- Ocena: 5/5Autor: Mistermind, 5 lat temu
- Ocena: 5/5Autor: Ъуъ, 5 lat temu
- Ocena: 5/5Autor: Alexander, 5 lat temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 14099140, 5 lat temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 13754744, 5 lat temu
- Ocena: 5/5Autor: bafra-acizade-cig-kofte, 5 lat temuplease add three features .
1) add url protocol engine . example:
es:{searchTerms} target:_self . no new tab etc. icon url or local selection.
2) add local app engine .
example:
C:\Program Files (x86)\WinCatalog\WinCatalog.exe /s "{searchTerms}" target:_self . no new tab etc. icon url or local selection.
3)possible icon offline import or offline url file:///D:/Icons/google1.ico etc...
please add features. and your extention more great...
thanks
Sincerely.
reply 02: You can already use engines like es:{searchTerms} for searching with the Everything app.
" i already using but i made config "Left mouse button click=new tab..."
because youtube google etc search engines open in new tab.
but url protocols es: test etc .. must be same tab target.
sorry my bad english?
can u understand my proplem? ?Odpowiedź autora
Data: 5 lat temuHi and thanks for the review! If you have feature suggestions please report them to the GitHub issues page instead of here. :)
1. I think you are looking for the "Discard on open" checkbox that each search engine has in SSS. It avoids creating a new tab. You can already use engines like es:{searchTerms} for searching with the Everything app.
2. You'd have to use "file:///" before the actual path, but file paths won't work anyway because the WebExtensions API will block them as invalid URLs (i.e. "Error: Illegal URL: file:///C:/Applications/Something.exe") even though Firefox recognizes them as correct when writing them in the URL. ¯\_(ツ)_/¯
Cheers!