Historie doplňku Selection Search - 25 verzí
Selection Search od Per
Se starými verzemi opatrně! Tyto verze jsou zde dostupné jen pro testovací a referenční účely.Používat byste vždy měli nejnovější verzi doplňku.
Nejnovější verze
Verze 0.9.7
Vydáno 25. kvě 2025 – 171,6 KBFunguje s: firefox 115.0 a novější- Improve support for IME input in toolbar popup (See issue #173)
- Change to use a html class to shown/hidden the popup menu to make it easier to override
the display property of the popup with custom CSS.
Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Stáhnout Firefox a nainstalovat toto rozšířeníPro používání tohoto rozšíření potřebujete FirefoxStarší verze
Verze 0.9.6.1
Vydáno 25. úno 2025 – 171,39 KBFunguje s: firefox 115.0 a novější- Use correct command for suggested toolbar action shortcut (Ctrl+Shift+F) after upgrade to manifest V3
Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.9.6
Vydáno 23. úno 2025 – 171,39 KBFunguje s: firefox 115.0 a novější- Fix issue where icons in some cases could fail to load because the fallback icon loading did not work. This may improve the icon loading for some users.
Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.9.5
Vydáno 9. úno 2025 – 171,31 KBFunguje s: firefox 115.0 a novější- Rewrite of internals to migrate the extension to manifest V3
This was done or the Chrome version of the extension, the Firefox version
uses the same code. This requires a recent version of Firefox. (Since a lot of the
internals have changes it is possible new bugs could have been introduced). - The toolbar popup can now be customized with CSS. (Toolbar Popup => Advanced settings).
- Separators are now included in the Toolbar popup html. They are
hidden by default, but can be made visible with custom CSS. - Add option to trigger "open all" feature on submenus with middle click only.
- Make back button in toolbar button go back only one level at the time.
- Fix issue where "open all" on submenus could crash if the submenu contained separators.
Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
- Rewrite of internals to migrate the extension to manifest V3
Verze 0.8.64.1
Vydáno 23. čvc 2023 – 164,64 KBFunguje s: firefox 63.0 a novější- Fix crash on familylink.google.comZdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.64
Vydáno 27. čvn 2023 – 164,61 KBFunguje s: firefox 63.0 a novější- Added search-url variable PAGE_QS_VAR_NO_ENCODING to allow query string variables without encoding ( e.g., session keys)Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.63
Vydáno 22. dub 2023 – 164,5 KBFunguje s: firefox 63.0 a novější- Added new buttons to allow adding new search engines/separators/submenus at specific positions in the search engine listZdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.62
Vydáno 12. bře 2023 – 159,79 KBFunguje s: firefox 63.0 a novější- Added search-url variable %PAGE_ORIGIN_NO_ENCODING, same as %PAGE_ORIGIN, but without URL encodingZdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.61
Vydáno 15. led 2023 – 159,67 KBFunguje s: firefox 63.0 a novější- Added option to enable the search engine popup blacklist/whitelist to also affect the search engine hotkeys.
The options is located under Popup menu -> Advanced -> Blacklist/whitelist.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.60
Vydáno 1. kvě 2022 – 159,49 KBFunguje s: firefox 63.0 a novějšíDon't try to load settings from sync storage if sync is disabled in settings, this could fail in some special cases. Should be no noticeable changes for most users.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.59
Vydáno 28. bře 2022 – 159,44 KBFunguje s: firefox 63.0 a novější- Add option to open seaches in a small popup windowZdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.58
Vydáno 27. lis 2021 – 159,3 KBFunguje s: firefox 63.0 a novější- Fix issue where the popup could be partially positioned outside the top of the browser window and become unreachable. Mostly an issue for very large popup menus with many search engines.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.57
Vydáno 20. bře 2021 – 159,22 KBFunguje s: firefox 63.0 a novější- Fix mycroft integration.
- Add an additional source for search engine icons that is used if the default source does not have an icon.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.56
Vydáno 28. dub 2020 – 157,62 KBFunguje s: firefox 63.0 a novější- Added special search engine marker for sites requiring encodings other than UTF-8. Simply append {SPECIALENCODING} to the end of the search engine url. This enables the feature and the browser should be able to auto detect the correct encoding.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.55
Vydáno 12. úno 2020 – 155,02 KBFunguje s: firefox 63.0 a novější- Possible fix for freezing tabs for searches opened in new foreground tab. The freeze possibly only affects Chrome.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.54
Vydáno 6. úno 2020 – 154,99 KBFunguje s: firefox 63.0 a novější- Revert escape feature (}) added in previous release. This broke some search placeholders.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.53
Vydáno 25. led 2020 – 154,98 KBFunguje s: firefox 63.0 a novější- Added option to open search in new window
- Make it possible to add search url to the submenu root item. If a search url is added it will open when clicking the submenu root item, unless the openall on click option is checked.
- Improved replacement of bracket placeholders ({%s}). If "}" must be used inside the placeholder it can now be escaped using "}".
- Improved regexp placeholder replace converter. The old "re:" converter still works for backwards compatibility. The new improved converter is called "replace:", and is documented under "More Variables" at the top of the options page.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.52
Vydáno 4. pro 2019 – 152,46 KBFunguje s: firefox 63.0 a novější- Upgraded to latest jquery version to get latest security fixesZdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.50
Vydáno 31. srp 2019 – 152,09 KBFunguje s: firefox 63.0 a novější- Reverted change in last release to disable double click activator in input elements. Added this as an option instead.
- Added option to hide popup on document scroll eventZdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.49
Vydáno 9. srp 2019 – 151,86 KBFunguje s: firefox 63.0 a novější- Fix icons failing to loading in some cases (The issue was seen in Chrome 76, it may not affect firefox)
- Copy raw selection (preserves whitespace) when using the special COPY search engine
- Disable double click activator in input elementsZdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.48.1
Vydáno 23. kvě 2019 – 151,58 KBFunguje s: firefox 63.0 a novější- Fixed bug where saving changes on options page did not workZdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.48
Vydáno 10. bře 2019 – 152,32 KBFunguje s: firefox 63.0 a novější- Moved data storage from localStorage to chrome.storage.local to prevent data from getting lost when clearing browser cache (Reported on firefox). It should not change the behavior of the extension for the user.
- Fix a problem where the popup would not work in Firefox on some sites that are using some special Content Security Policy headers.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.47
Vydáno 4. bře 2019 – 146,08 KBFunguje s: firefox 63.0 a novější- Added regular expression selection converter. See under "More Variables" on options page.
- Added option to turn in-site popup blacklist into a whitelist.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.46
Vydáno 18. úno 2019 – 144,41 KBFunguje s: firefox 63.0 a novější- Replace newlines in selection with spacesZdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0
Verze 0.8.45
Vydáno 11. úno 2019 – 144,38 KBFunguje s: firefox 63.0 a novější- Added option to allow the popup to open when there are newlines in the selection. Only affects the inline popup and toolbar popup.Zdrojový kód zveřejněn pod licencí Pouze GNU General Public License v3.0