Extensions :  K-Meleon Web Browser Forum
All about K-Meleon extensions. 
Possible to Edit Saveed Passwords with K-Meleon 74.
Posted by: George Hall
Date: August 15, 2014 03:58PM

Pssible to edit passwords If Install you Password Exporter 1.2.1 https://addons.cdn.mozilla.net/user-media/addons/2848/password_exporter-1.2.1-fx+tb+sm.xpi renaming it to {B17C1C5A-04B1-11DB-9804-B622A1EF5492}.xpi and Saved Password Editor 2.7.2 https://addons.cdn.mozilla.net/user-media/addons/60265/saved_password_editor-2.7.2-fx+tb+sm.xpi renaming it to savedpasswordeditor@daniel.dawson.xpi.

You can noy bye viewing passwords you have to view them through Password Exporter which needs K-Meleon Extension Macro pwexporter.kmm from http://kmext.sourceforge.net/extensions/pwexporter.7z

pwexporter.kmm

# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ---------- pending macro for ported extension--------------------------------------


pwexporter{
$OpenURL="chrome://passwordexporter/content/pwdexDialog.xul";
$ExecMacros="OpenURL_InNewWindow"; &ExecMacros_Frames;
}

pwexporter_BuildMenu{
setmenu("&Privacy",macro,"Password Exporter",pwexporter,-1);
}

$OnInit=$OnInit."pwexporter_BuildMenu;";
# ---------------------------------------------------------------------------
$macroModules=$macroModules."pwexporter;";

Eventhough, Password Exporter allows us to edit passwords Saved Password Editor 2.7.2

The Firefox Password Exporter Addon using the macro pwexporter.kmm laucnhes Password Exporter form Frefox, can neither Import or Export Passwords for some reason.

The Password Exporter for Firefox may needs some tweaks or new Macro to allows us to Import and Export Passwords with K-Meleon 74.

With the Saved Password Editor may allows someday to use Passord Complete with K-Meleon based on newer versions of Firefox and not Froefox 24.0 ESR which password auto complete works.

Options: ReplyQuote
Re: Possible to Edit Saveed Passwords with K-Meleon 74.
Posted by: George Hall
Date: August 15, 2014 04:03PM

I just found the Firefox Pasword Exporter launches with the K-Mleon Password Exporter it can not view Psssword through thta Macro.

You can only view password with the Password Exporter with about:addons selection options on that extensions clicking view passwords

Options: ReplyQuote
Re: Possible to Edit Saveed Passwords with K-Meleon 74.
Posted by: George Hall
Date: August 15, 2014 04:10PM

I tested Saved Password Editor Extension and it gives a better Password Manager which allows us to edit the Passwords in K-Meleon 74.

Options: ReplyQuote
Re: Possible to Edit Saveed Passwords with K-Meleon 74.
Posted by: George Hall
Date: August 15, 2014 05:20PM

Even without extensions chrome://passwordmgr/content/passwordManager.xul works better than K-Meleons View Passwords.

Becuase chrome://passwordmgr/content/passwordManager.xul gives the ability to sort by site and name. Also you sesrch the the search for site names, user name, passwords if "Show Passwords" selected.

Options: ReplyQuote
Re: Possible to Edit Saveed Passwords with K-Meleon 74.
Posted by: George Hall
Date: August 16, 2014 11:05PM

The Saved passwords Ediotr does work wotk with K-Meleon 74 as an addosn.

Eventhough the Saved Passwords Editor can clone and add new passwords and user names,password and user name auto completen would only work with password and and user name at a web site.

With a few tweaks with K-Meleon Logon Manager we could fix it so that auto complete would still work.

Options: ReplyQuote
Re: Possible to Edit Saveed Passwords with K-Meleon 74.
Posted by: George Hall
Date: August 17, 2014 01:04AM

If enter all the logon data including field names for usernaames and password without loging on with The K-Meleon Logon Manager auto complete will work the K-Meleon Logon Manager after you are done entering all the passwords and usernames.

Also the macro Saved Passwords Macro sometimes crash after doinng deletes when using it with Saved Pasword Editor or deleting with that macro

The Macro Below is my Saved Password Macro

# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

SavedPasswords.kmm

# ---------- pending macro for ported extension--------------------------------------


SavedPasswords{
$OpenURL="chrome://passwordmgr/content/passwordManager.xul";
$ExecMacros="OpenURL_InNewWindow"; &ExecMacros_Frames;
}

SavedPasswords_BuildMenu{
setmenu("&Privacy",macro,"Saved Passwords", SavedPasswords,-1);
}

$OnInit=$OnInit."SavedPasswords_BuildMenu;";
# ---------------------------------------------------------------------------
$macroModules=$macroModules."SavedPasswords";

However, if uses Addons Manager and Passwords Exporter Add-on to view the Saved Passwords Maanager from Firefox. The then changes to Saved Passwords does nt crash Saved Passwords Manager from Firefox.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.