Dan
내 정보
이름 | Dan |
---|---|
가입한 날짜 | 3월 5, 2007 |
개발한 부가 기능 수 | 부가 기능 1개 |
이 개발자의 부가 기능의 평균 별점 | 아직 별점 없음 |
제작한 부가 기능
selectAll Button
This Add-on installs a button on the mail toolbar that will when clicked select all messages within the folder.
내 검토
userChromeJS
5점중 5점 받음
Lost all my buttons with 102.0. Will an update for the new version be possible?
Edit: thanks for the reply.
Ok found the problem. Your addon is indeed still working however the code for creating separate buttons with .uc extension no longer does. You posted it previously:
let protocolHandler = Services.io.getProtocolHandler("file").
QueryInterface(Components.interfaces.nsIFileProtocolHandler);
let userChromeDirectory = Services.dirsvc.get("UChrm", Ci.nsIFile);
for (let file of userChromeDirectory.directoryEntries) {
if (! file.leafName.endsWith(".uc.js"))
continue;
let url = protocolHandler.getURLSpecFromFile(file);
Services.scriptloader.loadSubScriptWithOptions(url, {
target: document.defaultView,
charset: "UTF-8",
ignoreCache: true
});
}
If the code is placed in userchrome then it's good.
userChromeJS
5점중 5점 받음
Thanks for this addon. I had userchrome.js v1.7 (by Alice0775 and zeniko) in an older Thunderbird with several script buttons and yours has allowed me to bring all of them back into these newer TB versions. I prefer this option than relying on developers who may or may not get around to updating their button addons. Now we just have to hope this one doesn’t break, a common occurrence with the updates that wasn’t supposed to happen.
이 검토는 현재 부가 기능의 이전 (0.0.10) 버전에 대한 것입니다.DownThemAll!
5점중 5점 받음
Can't do without this addon. Please update to the DownThemAll! *nightly* 3.0b7pre that works with the latest Firefox nightlies so that it's signed.
이 검토는 현재 부가 기능의 이전 (2.0.18.1-signed.1-let-fixed) 버전에 대한 것입니다. 전에 이 사용자는 이 부가 기능에 1개 검토를 했습니다.DownThemAll!
5점중 5점 받음
Now that Mozilla has done away with the separate download window in the latest nightlies this addon has become even more of a must. Not to mention it's an accelerator that greatly speeds up the downloads.
이 검토는 현재 부가 기능의 이전 (2.0.16.1-signed) 버전에 대한 것입니다.Copy Pure Text
5점중 5점 받음
This one is a keeper. I can't count the number of times I've been forced to open Notepad first to copy in text but no longer.
FirefoXP
5점중 5점 받음
This has been working well in the 3.7a1pre Minefield nightlies but in the most recent one it breaks. Any chance of updating it?
이 검토는 현재 부가 기능의 이전 (1.7) 버전에 대한 것입니다.모음집을 제작하시려면 Mozilla 부가 기능 계정이 있어야 합니다.
아니면 현재 사용중인 계정으로 로그인 하세요