Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm
Đã giải quyết Đã lưu trữ

Bookmark synced tabs without opening them?

tescan.andrei đã trả lời
tilsig-firefox

Hi

Trying to make sync work the way I want. Initial question:

I've synced tabs between Windows desktop and Android. Now I would like to bookmark all those tabs in the desktop browser, without opening them first. I've found out how to view them in the side bar, but I see no option to bookmark all tabs.

It would be nice to have synced Tabs in the Library window and Options panel.

Hi Trying to make sync work the way I want. Initial question: I've synced tabs between Windows desktop and Android. Now I would like to bookmark all those tabs in the desktop browser, ''without'' opening them first. I've found out how to view them in the side bar, but I see no option to bookmark all tabs. It would be nice to have synced Tabs in the Library window and Options panel.
Đọc câu trả lời này trong ngữ cảnh

Giải pháp được chọn

Unless something has changed, I don't think Firefox has a built-in feature to "Bookmark All Sync'd Tabs" (listed in the sidebar).

At someone's request, I posted a script you can run in Firefox's Browser Console (Ctrl+Shift+J) to generate an HTML Export-style bookmark file of the list of tabs. In case you want to take a look (you need to change a setting to enable the command line in the Browser Console before you run this the first time):

Export Synced Tabs List to "bookmarks.html" file (Browser Console script)

Tất cả các câu trả lời (5)

You can bookmark a single tab via the right-click context menu in three sidebar and you can open all synced tab as tabs in Firefox and then use bookmark all tabs. I'm not aware of a way to bookmark all synced tabs directly.

I see, opened the 400+ tabs. Ah, the sound of computer fans at full speed, hoping the browser wouldn't crash. I was lucky this time.

As I was bookmarking the tabs, I didn't really need to actually open them. Is there a way to just get the tabs on the tab bar without opening them?

Thanks

Giải pháp được chọn

Unless something has changed, I don't think Firefox has a built-in feature to "Bookmark All Sync'd Tabs" (listed in the sidebar).

At someone's request, I posted a script you can run in Firefox's Browser Console (Ctrl+Shift+J) to generate an HTML Export-style bookmark file of the list of tabs. In case you want to take a look (you need to change a setting to enable the command line in the Browser Console before you run this the first time):

Export Synced Tabs List to "bookmarks.html" file (Browser Console script)

jscher2000: Nice, thank you. I ran the script and copied pasted the content of the resulting bookmark file to a browser bookmark file and imported it in Firefox (may take time if you have a huge bookmark file). They showed up in the library window just as other bookmarks, so this worked the way I hoped it would.

Dropa: You're talking about working on individual tabs here? This is cumbersome with many tabs.

jscher2000 - Support Volunteer said

At someone's request, I posted a script you can run in Firefox's Browser Console (Ctrl+Shift+J) to generate an HTML Export-style bookmark file of the list of tabs.

Works like a charm for me too! Thank you!