古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 3.7.3
リリース日 : 2024年5月4日 - 150.01 KBfirefox バージョン 42.0 以降 で動作- Firefox settings no longer disabled on the options page when in Firefox (#214)ソースコードは MIT License に従いリリースされています
Firefox をダウンロードして拡張機能を入手するこの拡張機能を使用するには Firefox が必要です以前のバージョン
バージョン 3.7.1
リリース日 : 2023年2月12日 - 149.85 KBfirefox バージョン 42.0 以降 で動作# 3.7.1
* Fix invalid default menu configuration
* Now notifies by default for successful downloads
* Fix light mode icon for last used menu item being white
* Refactor context menu creation, might help with #200
# 3.7.0
This update might require a change in your muscle memories. Previously all submenus of the same depth would have their shortcut keys increment even if they had different parents. That's now been fixed. Thanks,
@mfaizsyahmi!
If you want to use your old buggy shortcut again, use the new `(key: <VALUE>)` comment (eg, `menu // (key: 1)`), which will override the automatically-assigned shortcut with `1`.
* Reset accessKey count on every submenu. (#198, #199). Thanks @mfaizsyahmi!
* Add new meta comment to override accessKey
* Use white icon for previous entry in dark mode (#184)
* Add basic history to options page (#159)
It's been difficult getting motivation to work on save-in, especially with the poor code quality, stalled TypeScript changes, and impending v3 manifest changes. Sorry if I've disappointed anyone! I still have grand dreams of rewriting this extension to make it maintainable, but my energy is being and has been sucked up by $DAY_JOB!ソースコードは MIT License に従いリリースされています
バージョン 3.6.0
リリース日 : 2022年3月19日 - 143.27 KBfirefox バージョン 42.0 以降 で動作* Add support for multiple `capture` clauses (#160, @MaddyKakkoHeart)ソースコードは MIT License に従いリリースされています
バージョン 3.5.3
リリース日 : 2021年6月13日 - 142.53 KBfirefox バージョン 42.0 以降 で動作* Add "fetch via Fetch API" option for some incompatible sites (eg, Instagram) (#166)
* Upgrade webextension-polyfill to 0.8.0ソースコードは MIT License に従いリリースされています
バージョン 3.5.1
リリース日 : 2019年12月21日 - 142.31 KBfirefox バージョン 42.0 以降 で動作# 3.5.1
* Fix text not visible in dark mode (#112)
* Fix some potential bugs with filename and source URL routing
* Fix dashes in aliases breaking download paths (#124)
* Fix separators in submenus not being treated as special directories (#117)
* Fix Click-to-save not working for middle and right mouse buttons (#116)
* Update sv localisation (#119, @Sopor)
* Update vendored mozilla/webextension-polyfill to 0.5
* Refactor `legacyDownloadInfo` out from code
Many thanks to everyone using this extension, and especially to all contributors and bug-reporters. I would like to apologise for the late update.ソースコードは MIT License に従いリリースされています
バージョン 3.5.0
リリース日 : 2019年5月20日 - 141.91 KBfirefox バージョン 42.0 以降 で動作* Make options page support dark mode for Firefox (#112)
* Add unofficially (unsupported) onMessageExternal listener for use with other extensions such as Foxy Gestures (#110)
See wiki at https://github.com/gyng/save-in/wiki/Use-with-Foxy-Gesturesソースコードは MIT License に従いリリースされています
バージョン 3.4.1
リリース日 : 2019年4月27日 - 141.12 KBfirefox バージョン 42.0 以降 で動作This is a minor update that mainly contains bugfixes for the Chrome version. This update is to maintain version parity across browsers.
* Add favicon to options page (#108)
* Various fixes for Chrome (#109, #66)ソースコードは MIT License に従いリリースされています
バージョン 3.4.0
リリース日 : 2019年2月2日 - 134.32 KBfirefox バージョン 42.0 以降 で動作* Add option to always prefer links when downloading from pages that match a regex list of URLs (#100)
* Add notification option for when a link is downloaded instead of the source
* Add option to close tabs marked for saving (FF, #68)ソースコードは MIT License に従いリリースされています
バージョン 3.3.0
リリース日 : 2018年12月27日 - 133.31 KBfirefox バージョン 42.0 以降 で動作* Add downloading of multiple highlighted tabs (FF63, #91)
* Enable access keys for Firefox >= 63 (#91)
* Add sv localisation by @Sopor- (#98, #99)ソースコードは MIT License に従いリリースされています
バージョン 3.2.0
リリース日 : 2018年9月8日 - 128.17 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Add option to set `Referer` header on downloads, disabled by default. Requires new permissions. (#66)ソースコードは MIT License に従いリリースされています
バージョン 3.1.3
リリース日 : 2018年8月5日 - 126.8 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Add nl localisation (Thanks @80486dx, #72)
* Add menu item aliasing (#64)
To use this, put an `(alias: <display name="">)` in the comments for that line. For example:
```
cats // (alias: actually dogs)
```
* Add submenu support (#26)
To use this, add `>`s at the start of the line. For example:
```
submenu
>mammals
>>i/cats
>>i/dogs
```
* Fix export settings not exporting updated settings after changing them (#83)
* Improve checkmark styling in options page (#84)ソースコードは MIT License に従いリリースされています
バージョン 3.1.2
リリース日 : 2018年8月5日 - 126.78 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Add nl localisation (Thanks @80486dx, #72)
* Add menu item aliasing (#64)
To use this, put an `(alias: <display name="">)` in the comments for that line. For example:
```
cats // (alias: actually dogs)
```
* Add submenu support (#26)
To use this, add `>`s at the start of the line. For example:
```
submenu
>mammals
>>i/cats
>>i/dogs
```
* Fix export settings not exporting updated settings after changing them (#83)
* Improve checkmark styling in options page (#84)ソースコードは MIT License に従いリリースされています
バージョン 3.1.1
リリース日 : 2018年8月5日 - 126.73 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Add nl localisation (Thanks @80486dx, #72)
* Add menu item aliasing (#64)
To use this, put an `(alias: <display name="">)` in the comments for that line. For example:
```
cats // (alias: actually dogs)
```
* Add submenu support (#26)
To use this, add `>`s at the start of the line. For example:
```
submenu
>mammals
>>i/cats
>>i/dogs
```ソースコードは MIT License に従いリリースされています
バージョン 3.1.0
リリース日 : 2018年8月5日 - 126.62 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Add nl localisation (Thanks @80486dx, #72)
* Add menu item aliasing (#64)
To use this, put an `(alias: <display name="">)` in the comments for that line. For example:
```
cats // (alias: actually dogs)
```
* Add submenu support (#26)
To use this, add `>`s at the start of the line. For example:
```
submenu
>mammals
>>i/cats
>>i/dogs
```ソースコードは MIT License に従いリリースされています
バージョン 3.0.0
リリース日 : 2018年7月26日 - 115.31 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Add variables view to last download in options
* Fix routing failing in some cases (regression) (#80)
There is a major version bump because of a slight change in routing rule behaviour for Chrome. There is no change to Firefox.ソースコードは MIT License に従いリリースされています
バージョン 2.7.1
リリース日 : 2018年7月19日 - 107.23 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Include credentials when firing `HEAD` to grab Content-Disposition (Firefox)ソースコードは MIT License に従いリリースされています
バージョン 2.7.0
リリース日 : 2018年7月14日 - 107.18 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Add option to prefer links over media (#75)
* Use @Rob--W's Content-Disposition parser (#73)
* Add localisation hooks to most thingsソースコードは MIT License に従いリリースされています
バージョン 2.6.2
リリース日 : 2018年5月6日 - 99.02 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Fix import settings on options page being totally broken
* Remove debug information and last download information from optionsソースコードは MIT License に従いリリースされています
バージョン 2.6.1
リリース日 : 2018年5月6日 - 99.57 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Fix import settings on options page being totally brokenソースコードは MIT License に従いリリースされています
バージョン 2.6.0
リリース日 : 2018年4月28日 - 99.5 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Add option to choose which mouse button to use for click-to-save (#60)
* Add autocomplete dropdown in options page (#63)ソースコードは MIT License に従いリリースされています
バージョン 2.5.4
リリース日 : 2018年3月15日 - 90.01 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Fix overzealous leading dot sanitisation when rewriting filenames (#61)ソースコードは MIT License に従いリリースされています
バージョン 2.5.3
リリース日 : 2018年2月10日 - 88.41 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Throttle saving tabs from tabstrip, might fix random bugginess when saving (#57)ソースコードは MIT License に従いリリースされています
バージョン 2.5.1
リリース日 : 2018年2月3日 - 88.28 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Option to save tabs from the tabstrip. Choose to save tabs to right, and tabs opened from another tab. Firefox only. (#57)ソースコードは MIT License に従いリリースされています
バージョン 2.5.0
リリース日 : 2018年2月3日 - 88.28 KBfirefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作* Option to save tabs from the tabstrip. Choose to save tabs to right, and tabs opened from another tab. Firefox only. (#57)ソースコードは MIT License に従いリリースされています