Andrea M.

关于我

开发者信息
名称 Andrea M.
注册时间 Aug. 23, 2014
开发的附加组件数量 0 个附加组件
开发的附加组件平均得分 尚无评分

我所发表的评价

KeePass Helper

评分5星,满分5星

Great add-on to get more precise window title with auto-type function of KeePass.

Just a tip: if you using a Firefox variant not supported (like Cyberfox or Comodo IceDragon for example), just open the xpi file of the extension (it's a normal ZIP file) and edit the file HostnameInTitlebar_AppInfo.js.
Add the name of the program to the appNames[HostnameInTitlebar_AppInfo.FIREFOX] array.

So, the first lines in the file
appNames[HostnameInTitlebar_AppInfo.FIREFOX] = [
"Firefox",
"Iceweasel",
"Pale Moon"

to support Cyberfox for example, will be

appNames[HostnameInTitlebar_AppInfo.FIREFOX] = [
"Firefox",
"Iceweasel",
"Pale Moon",
"Cyberfox"

Save and restart, should work.

这个评论是针对附加组件的一个早期版本的(2.0.2.1-signed.1-signed)。