合計レビュー数: 93
- igorlogius によるレビュー (1ヶ月前)5 段階中 5 の評価
- Maddy によるレビュー (3ヶ月前)5 段階中 5 の評価
- Nacon によるレビュー (6ヶ月前)5 段階中 2 の評価It's still somewhat functional but it no longer saves to the correct folder anymore. Mozilla's update broke this addon. Also... it uses regular expression codes, such cancer; no one should be forced to use this.
- Seikikai によるレビュー (10ヶ月前)5 段階中 4 の評価Would Be Good That The "Rename And Route Downloads" Options Supports If...Else So Users Can Use Less Rules.
- Artyom によるレビュー (1年前)5 段階中 4 の評価
- phloo によるレビュー (1年前)5 段階中 3 の評価Currently broken on instagram.com. Until then it is one hell of great addon and helps a lot. But now it's useless for me.
- Firefox ユーザー 13590901 によるレビュー (1年前)5 段階中 5 の評価Simple yet useful add-on to help saving files to Downloads folder faster.
- NRX7 によるレビュー (1年前)5 段階中 5 の評価
- Deiby Chico によるレビュー (2年前)5 段階中 5 の評価
- Mojavve によるレビュー (2年前)5 段階中 4 の評価I use this plugin pretty much every day and for my purposes it's fantastic. I simply need a way to download photos to specific folders on my NAS and this does the trick exactly. I don't necessarily use some of the more advanced features but just being able to right click and save to a large variety of folders I've set up (and having hotkeys to jump to them quickly) has saved me a significant amount of time. The only reason I'm giving it a 4 star instead of 5 has to do with the options UI. considering how many folders I have set up, messing with the path list is pretty tedious. I wish it either had a proper UI (not just a textbox but an actual interactable list you can add to), or allowed for automatically importing from a txt file so I could update it dynamically using scripts.
However, this is honestly a really minor complaint. I have very few issues.
Some of the negative reviews seem to think this addon has no value because it doesn't work for their specific use case, and some even claim there is no other point. These people are just wrong. I honestly would have gone mad if this didn't exist. I probably wouldn't even bother collecting the photos I do without it.
I highly recommend save in! - MrGauss によるレビュー (2年前)5 段階中 5 の評価
- bitelse によるレビュー (2年前)5 段階中 4 の評価
- soadfan によるレビュー (2年前)5 段階中 1 の評価How it manages to download the php file itself, rather than file php points to?
- nop によるレビュー (2年前)5 段階中 1 の評価Does NOT do what it says regarding routing based on website.
Only reason to use this crap and doesn't even work as advertised.
If it does then it doesn't explain how to do so at all. Would give zero stars if possible. - Firefox ユーザー 15067973 によるレビュー (2年前)5 段階中 5 の評価
- Firefox ユーザー 12812696 によるレビュー (2年前)5 段階中 1 の評価
- P S によるレビュー (2年前)5 段階中 4 の評価I like this a lot, especially since it's the only one of the genre I've found that generate the context menu and correctly save an image from a link. However, since I don't want or need to use sub-dirs, it' still adding an extra step since I have to click the save in context menu and then a second click on the first item int he sub menu.
Any chance you can add an option to skip the sub-menu? Ie just save to default directory without having to go to second level menu. If so, this would get a five. - Firefox ユーザー 11440590 によるレビュー (2年前)5 段階中 4 の評価Google traductor spanish.
Thanks for the extension, it is fantastic, however since I have more than 500 folders and subfolders and writing a line for each one with its submenus is exhausting, I would like if you can make it recognize them all at once. Thanks for your attention.
Gracias por la extension, es fantastica, sin embargo ya que yo tengo mas de 500 carpetas y subcarpetas y escribir una linea para cada una con sus submenus es agotador, me gustaria si se puede hacer que las reconozca todas de una sola vez. Gracias por tu atencion - Flarzo によるレビュー (2年前)5 段階中 5 の評価Excellent add-on for people who save a lot of images frequently. Initially I had trouble getting Symlinks to work but I solved that issue by downloading Link Shell Extension (https://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html) and creating Symlinks that way.
- Firefox ユーザー 14990079 によるレビュー (2年前)5 段階中 1 の評価
- seyam によるレビュー (2年前)5 段階中 5 の評価
- NC によるレビュー (2年前)5 段階中 3 の評価This could be a 5 star extension, it is the best available for what it does. I do however wish I could manipulate more than 1 variable for the regex captures, for example to combine part of the :pagetitle: and part of the :pageurl: into a single filename. Currently it only works with one or the other, unless you don't customize the variable and take the whole mess to create one giant filename. Alternatively a regex replace option could offer the cleanup needed prior to saving. Also, if this extension could be triggered via javascript or an extension that would be amazing, would love to be able to use hotkeys to pass a resource url to Save-In... for acquisition.
- pinewheel によるレビュー (2年前)5 段階中 4 の評価
- Glock によるレビュー (3年前)5 段階中 5 の評価Making my life so much easier.. but wish I could choose myself how many "last" folders I want, and it would be nice with some tutorials for the advanced settings. Some times I cant read the config options (looks like the text goes white or something).
I saw there was someone saying the rules cant do two things.. it can! But it was a pain to figure out..
Here is one example to add time and url to the filename:
// Add ISO date to filenames
pagedomain: instagram.com
filename: .*
into: :date:_+_:pageurl:_:filename:
// /\(([^()]+)\)/g
// Add ISO date to filenames
filename: .*
into: :date:_:hour:.:minute:.:second:_+_:pagedomain:_:filename:
// Matches images with no dot extension in filename
filename: ^[^\.]+[^\.]{0,5}$
mediatype: image
into: :filename:.jpg
// Matches videos with no dot extension in filename
filename: ^[^\.]+[^\.]{0,5}$
mediatype: video
into: :filename:.mp4