Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

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

Manually copy container tabs to a new Firefox profile

  • 11 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi js873983

more options

I have about 30 container tabs (Multi-Account Containers https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) defined in a Firefox profile. I need to copy those to a new profile. Which files on the filesystem would contain what I need to copy to the new profile?

I have about 30 container tabs (Multi-Account Containers https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) defined in a Firefox profile. I need to copy those to a new profile. Which files on the filesystem would contain what I need to copy to the new profile?

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

The files needed are:

  • cookies.sqlite
  • containers.json

Copy those files to the new profile and all the containers will be present in the new profile.

EDIT: As cor-el pointed out, don't copy the file cookies.sqlite-wal (if present).

Đọc câu trả lời này trong ngữ cảnh 👍 0

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

more options

This data is stored in IndexdDB in the profile folder (/storage/default) under a special GUID. The GUID of all extensions are listed on the about:debugging page that you can open via the location bar. I don't know whether it is safe to transfer the content of a specific folder to another profile, so use this at your own risk. Each profile uses its own GUID for an extension, so you need the folder content and you need to check the name of the current SQLite database.

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

more options

cor-el said

This data is stored in IndexdDB in the profile folder (/storage/default) under a special GUID. The GUID of all extensions are listed on the about:debugging page that you can open via the location bar.

That's not correct. Containers are built into Firefox, not implemented entirely as an extension. Extensions can work with containers, but that's all.

more options

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

The files needed are:

  • cookies.sqlite
  • containers.json

Copy those files to the new profile and all the containers will be present in the new profile.

EDIT: As cor-el pointed out, don't copy the file cookies.sqlite-wal (if present).

Được chỉnh sửa bởi js873983 vào

more options

I assumed you used the Firefox Multi-Account Containers extension. There is the containers.json file in the main profile folder that stores some container related data. I'm not using containers, so I don't know whether it stores all container data (I only see the userContextId and some other data).

more options

(I had missed your above reply)

SQLite temp files (-shm and -wal) like cookies.sqlite-wal are best avoided to copy to another profile and they should only be there when Firefox is running.

more options

cor-el said

(I had missed your above reply) SQLite temp files (-shm and -wal) like cookies.sqlite-wal are best avoided to copy to another profile and they should only be there when Firefox is running.

Thank you

more options

cor-el said

I assumed you used the Firefox Multi-Account Containers extension. There is the containers.json file in the main profile folder that stores some container related data. I'm not using containers, so I don't know whether it stores all container data (I only see the userContextId and some other data).

Yes, I do use that extension. I think it is just for managing containers.

more options

If you use the extension then it is likely that it stores its data in indexedDB like I posted above. You would have to check the SQLite database with a suitable SQLite browser utility to see what data is stored if this is readable data.

more options

cor-el said

If you use the extension then it is likely that it stores its data in indexedDB like I posted above. You would have to check the SQLite database with a suitable SQLite browser utility to see what data is stored if this is readable data.

I already tested my solution and it works. Moving all container tabs(with all associated properties such as icon and color) requires only the files I mentioned.

more options

Does this include what website are running in what container ?

more options

cor-el said

Does this include what website are running in what container ?

No