Selection Search versionshistorik - 25 versioner
Selection Search av Per
Var försiktig med äldre versioner! Dessa versioner visas för test och referensändamål.Du bör alltid använda den senaste versionen av ett tillägg.
Senaste version
Version 0.9.8.1
Släppt 20 jul 2025 - 172,49 kBFungerar med firefox 115.0 och senare- Add support for icons in the right click context menu
- Fix issue where the items and the order of items in the right click context menu could get messed up in some cases after updating the settings.
Källkod släppt under Endast GNU General Public License v3.0
Hämta Firefox och få tilläggetDu behöver Firefox för att kunna använda den här tilläggetÄldre versioner
Version 0.9.8
Släppt 8 jun 2025 - 171,59 kBFungerar med firefox 115.0 och senare- Remove search engine icon source that no longer works (faviconkit). This could in some cases cause a blank icon to get loaded.
Källkod släppt under Endast GNU General Public License v3.0
Version 0.9.7
Släppt 25 maj 2025 - 171,6 kBFungerar med firefox 115.0 och senare- 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.
Källkod släppt under Endast GNU General Public License v3.0
Version 0.9.6.1
Släppt 25 feb 2025 - 171,39 kBFungerar med firefox 115.0 och senare- Use correct command for suggested toolbar action shortcut (Ctrl+Shift+F) after upgrade to manifest V3
Källkod släppt under Endast GNU General Public License v3.0
Version 0.9.6
Släppt 23 feb 2025 - 171,39 kBFungerar med firefox 115.0 och senare- 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.
Källkod släppt under Endast GNU General Public License v3.0
Version 0.9.5
Släppt 9 feb 2025 - 171,31 kBFungerar med firefox 115.0 och senare- 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.
Källkod släppt under Endast GNU General Public License v3.0
- Rewrite of internals to migrate the extension to manifest V3
Version 0.8.64.1
Släppt 23 jul 2023 - 164,64 kBFungerar med firefox 63.0 och senare- Fix crash on familylink.google.comKällkod släppt under Endast GNU General Public License v3.0
Version 0.8.64
Släppt 27 jun 2023 - 164,61 kBFungerar med firefox 63.0 och senare- Added search-url variable PAGE_QS_VAR_NO_ENCODING to allow query string variables without encoding ( e.g., session keys)Källkod släppt under Endast GNU General Public License v3.0
Version 0.8.63
Släppt 22 apr 2023 - 164,5 kBFungerar med firefox 63.0 och senare- Added new buttons to allow adding new search engines/separators/submenus at specific positions in the search engine listKällkod släppt under Endast GNU General Public License v3.0
Version 0.8.62
Släppt 12 mar 2023 - 159,79 kBFungerar med firefox 63.0 och senare- Added search-url variable %PAGE_ORIGIN_NO_ENCODING, same as %PAGE_ORIGIN, but without URL encodingKällkod släppt under Endast GNU General Public License v3.0
Version 0.8.61
Släppt 15 jan 2023 - 159,67 kBFungerar med firefox 63.0 och senare- 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.Källkod släppt under Endast GNU General Public License v3.0
Version 0.8.60
Släppt 1 maj 2022 - 159,49 kBFungerar med firefox 63.0 och senareDon'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.Källkod släppt under Endast GNU General Public License v3.0
Version 0.8.59
Släppt 28 mar 2022 - 159,44 kBFungerar med firefox 63.0 och senare- Add option to open seaches in a small popup windowKällkod släppt under Endast GNU General Public License v3.0
Version 0.8.58
Släppt 27 nov 2021 - 159,3 kBFungerar med firefox 63.0 och senare- 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.Källkod släppt under Endast GNU General Public License v3.0
Version 0.8.57
Släppt 20 mar 2021 - 159,22 kBFungerar med firefox 63.0 och senare- Fix mycroft integration.
- Add an additional source for search engine icons that is used if the default source does not have an icon.Källkod släppt under Endast GNU General Public License v3.0
Version 0.8.56
Släppt 28 apr 2020 - 157,62 kBFungerar med firefox 63.0 och senare- 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.Källkod släppt under Endast GNU General Public License v3.0
Version 0.8.55
Släppt 12 feb 2020 - 155,02 kBFungerar med firefox 63.0 och senare- Possible fix for freezing tabs for searches opened in new foreground tab. The freeze possibly only affects Chrome.Källkod släppt under Endast GNU General Public License v3.0
Version 0.8.54
Släppt 6 feb 2020 - 154,99 kBFungerar med firefox 63.0 och senare- Revert escape feature (}) added in previous release. This broke some search placeholders.Källkod släppt under Endast GNU General Public License v3.0
Version 0.8.53
Släppt 25 jan 2020 - 154,98 kBFungerar med firefox 63.0 och senare- 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.Källkod släppt under Endast GNU General Public License v3.0
Version 0.8.52
Släppt 4 dec 2019 - 152,46 kBFungerar med firefox 63.0 och senare- Upgraded to latest jquery version to get latest security fixesKällkod släppt under Endast GNU General Public License v3.0
Version 0.8.50
Släppt 31 aug 2019 - 152,09 kBFungerar med firefox 63.0 och senare- 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 eventKällkod släppt under Endast GNU General Public License v3.0
Version 0.8.49
Släppt 9 aug 2019 - 151,86 kBFungerar med firefox 63.0 och senare- 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 elementsKällkod släppt under Endast GNU General Public License v3.0
Version 0.8.48.1
Släppt 23 maj 2019 - 151,58 kBFungerar med firefox 63.0 och senare- Fixed bug where saving changes on options page did not workKällkod släppt under Endast GNU General Public License v3.0
Version 0.8.48
Släppt 10 mar 2019 - 152,32 kBFungerar med firefox 63.0 och senare- 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.Källkod släppt under Endast GNU General Public License v3.0
Version 0.8.47
Släppt 4 mar 2019 - 146,08 kBFungerar med firefox 63.0 och senare- Added regular expression selection converter. See under "More Variables" on options page.
- Added option to turn in-site popup blacklist into a whitelist.Källkod släppt under Endast GNU General Public License v3.0