How to Move bookmarks from chrome to Firefox
Are there tutorials on how to move bookmarks from Chrome to Firefox?
Are there tutorials on how to move bookmarks from Chrome to Firefox?
I’d like to import my book marks from my chrome account so I can complete moving out of chrome
Am trying to import seamonkey profile data in to Thunderbird, but keep getting error messages: am using win 11 anddownloaded latest TB exe yesterday. mail.import: Path Pr… (మరింత చదవండి)
Am trying to import seamonkey profile data in to Thunderbird, but keep getting error messages: am using win 11 anddownloaded latest TB exe yesterday. mail.import: Path Profiles/4wd1drzq.default is incorrect; isRelative=true SeamonkeyProfileImporter.sys.mjs:67:22 and This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “”. SeamonkeyProfileImporter.sys.mjs . Have found this: /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import { AppConstants } from "resource://gre/modules/AppConstants.sys.mjs"; import { ThunderbirdProfileImporter } from "resource:///modules/ThunderbirdProfileImporter.sys.mjs";
/**
* A module to import things from a seamonkey profile dir into the current * profile. */
export class SeamonkeyProfileImporter extends ThunderbirdProfileImporter {
NAME = "SeaMonkey";
/** @see BaseProfileImporter */
async getSourceProfiles() {
const slugs = {
win: ["AppData", "Mozilla", "SeaMonkey"],
macosx: ["ULibDir", "Application Support", "SeaMonkey"],
linux: ["Home", ".mozilla", "seamonkey"],
}[AppConstants.platform];
if (!slugs) {
// We don't recognize this OS.
return [];
}
const seamonkeyRoot = Services.dirsvc.get(slugs[0], Ci.nsIFile);
slugs.slice(1).forEach(seamonkeyRoot.append);
const profilesIni = seamonkeyRoot.clone();
profilesIni.append("profiles.ini");
if (!profilesIni.exists()) {
this._logger.debug(
"No SeaMonkey profile found in the well known location."
);
return [];
}
const profiles = [];
const ini = Cc["@mozilla.org/xpcom/ini-parser-factory;1"]
.getService(Ci.nsIINIParserFactory)
.createINIParser(profilesIni);
for (const section of ini.getSections()) {
const keys = [...ini.getKeys(section)];
if (!keys.includes("Path")) {
// Not a profile section.
continue;
}
const name = keys.includes("Name")
? ini.getString(section, "Name")
: null;
const path = ini.getString(section, "Path");
const isRelative = keys.includes("IsRelative")
? ini.getString(section, "IsRelative") == "1"
: false;
let dir;
try {
if (isRelative) {
dir = seamonkeyRoot.clone();
dir.appendRelativePath(path);
} else {
dir = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsIFile);
dir.initWithPath(path);
}
} catch (ex) {
this._logger.warn(
`Path ${path} is incorrect; isRelative=${isRelative}`
);
continue;
}
if (!dir.exists()) {
this._logger.warn(`${dir.path} does not exist`);
// Not a valid profile.
continue;
}
profiles.push({ name, dir });
}
return profiles;
}
} Thank you
I downloaded Thunderbird to my new machine, followed instructions to copy the Profile Folder from the old machine and pasted to the new machine. I didn't get a message a… (మరింత చదవండి)
I downloaded Thunderbird to my new machine, followed instructions to copy the Profile Folder from the old machine and pasted to the new machine. I didn't get a message asking whether I wanted to replace the data on the new machine. When I started Thunderbird, I am not seeing all the data I expected - no address book, only 200+ emails, no sent emails. What did I do wrong?
My Thunderbird Desktop Version 140.9.0esr 64 bit. Help please. Installed Mobile T'bird on android mobile. On Desktop (MS Win11) T'Bird followed Settings - Export to Mobil… (మరింత చదవండి)
My Thunderbird Desktop Version 140.9.0esr 64 bit. Help please. Installed Mobile T'bird on android mobile. On Desktop (MS Win11) T'Bird followed Settings - Export to Mobile - included all email accounts and Passwords - Export resulting in pop up box requesting Pin number. Don’t know a Pin nor can find a Pin nor find Settings - Accounts - Sign in options to change it.
bold textwhere r all my saved passwords that were in my Google account before I switched over
i want to migrate windows 10 to Linux please help
Having tried more than a dozen sets of downloaded instructions, including those from Mozilla Thunderbird and Apple, I have become increasingly frustrated and convinced th… (మరింత చదవండి)
Having tried more than a dozen sets of downloaded instructions, including those from Mozilla Thunderbird and Apple, I have become increasingly frustrated and convinced that Thunderbird doesn't work on a MAC. Can you offer any "official" instructions? Thank you!
Please instruct me on how to save my passwords and history from Chrome and Duck Duck Go to Firefox.
How can I import everything from Google chrome to Firefox?
I need clear detailed information on how to import bookmarks etc from Google Chrome
Can i import addresses saved in Chrome?
Import from chrome
I can't find the menu for Firefox to transfer my bookmarks, passwords, and history from chrome.
I am a regular Firefox user and I really appreciate the security and privacy features you provide. I would like to request a new feature that would make password manageme… (మరింత చదవండి)
I am a regular Firefox user and I really appreciate the security and privacy features you provide. I would like to request a new feature that would make password management even more convenient: the ability to import saved passwords from other browsers or from a password file (for example, a CSV or JSON export) directly into Firefox.
At the moment, when switching from another browser or setting up a new device, I have to either manually enter each password or rely on third‑party tools, which can be time‑consuming and less secure. If Firefox allowed importing passwords from common formats, it would greatly improve the user experience and make it easier to move to Firefox without losing existing login data.
I understand that this must be done with strong security checks, such as requiring the user to confirm each imported login and ensuring that the process is encrypted and safe. If this feature is not planned yet, I kindly ask you to consider it for a future release.
Thank you for your hard work and for listening to user feedback.
I want to import data from opera browser. How can it possible. Help me
On my Windows 11 laptop, in Thunderbird v 148.0.1, I changed the entries for Accounts>"Your name" for all of my accounts. I then Tools>Export the settings to a file… (మరింత చదవండి)
On my Windows 11 laptop, in Thunderbird v 148.0.1, I changed the entries for Accounts>"Your name" for all of my accounts. I then Tools>Export the settings to a file. It was reported as 1.97Gigs, and Krusader displayed it as 1.9Gigs.
On my Linux laptop, I imported the settings into Linux Thunderbird v 140.9.0esr (64-bit). It did not import the new names. When I attempted to edit them, Account Settings mode says "Account name already exists" and appends _2 to the account name.
I forgot to make a backup before I undertook this.
How can I fix this?
My old computer -- a Macbook Pro -- lost its wifi connection. But I can still access Firefox and "Manage Bookmarks." My new computer is also a Macbook Pro. So is there a … (మరింత చదవండి)
My old computer -- a Macbook Pro -- lost its wifi connection. But I can still access Firefox and "Manage Bookmarks." My new computer is also a Macbook Pro. So is there a way I can copy my bookmarks to my new computer?
How migrate bookmark from chrome to firefox
Я не можу перенести з хрому в firefox закладки на моєму телефоні чому