theraveace

关于我

开发者信息
名称 theraveace
注册时间 July 2, 2013
开发的附加组件数量 0 个附加组件
开发的附加组件平均得分 尚无评分

我所发表的评价

Telephone Message

评分3星,满分5星

Until the developer fixes the problem, here is the solution. Steps:

1. extract: telephone_message-1.3-tb.xpi
2. edit: chrome\mydialog.js
3. replace this line: var compose = sMsgComposeService. InitCompose (window, params);
with this line: var compose = sMsgComposeService. OpenComposeWindowWithParams (null, params);
4. save, repack (zip), install

If it switches off your signature permanently, replace this line too:
params. identity. attachSignature = false;
with this: params. identity. attachSignature = true;