bookmark batch-updater에 대한 리뷰
bookmark batch-updater 제작자: MrOtherGuy
리뷰 1개
- 5점 만점에 3점Firefox 사용자 12797475 님, 3년 전used it to change about 1000 http bookmarks to https.
It didn't change the 'add time' or the 'last visit' date.
BUT it did erase all the TAGS for the changed bookmarks.
Good work on this extension,but as I use tags a lot, I am gonna reload the saved bookmarks.
EDIT: Thank you MrOtherGuy for the reply.
I read the bugtrack and it makes sense. Guess I am back on manual changes or playing with JSON.개발자 답글
3년 전에 게시됨Well, that is very unfortunate. The behavior to remove tags however is not limited to this extension, as it turns out it's a Firefox bug that whenever any extension modifies a bookmark URL then all its tags are removed. Here is the relevant bugzilla entry for that: https://bugzilla.mozilla.org/show_bug.cgi?id=1440988
You can test the regexp mode to change just the bookmark title but leave the url fields empty - in that case the urls won't be changed and thus the tags should be preserved. Unfortunately this won't help you update your http bookmarks then, sadly it looks like no extension can do that while preserving tags.
But I need to add this information into the extension UI - so thanks for the heads-up.