inckie

關於我

開發者資訊
名稱 inckie
加入日期 June 24, 2008
參與開發的附加元件數量 0 個附加元件
此開發者的附加元件平均分數 未經評分

我所發表的評論

Hide Titlebar 隱藏標題列

評分: 5 / 5 顆星

Excellent!

I also use Hide Titlebar with Strata40 and StrataBuddy; I couldn’t add back the minimize/maximize/close buttons, but I managed to remove the 48px padding in the toolbar with a simple Stylish style:

#nav-bar spacer {
width: 4px !important;
}

此意見為舊版本 (1.0) 的附加元件。 

RSS Editor

評分: 3 / 5 顆星

I can confirm it works after applying the patch provided at http://www.mozdev.org/pipermail/rsseditor/2009-February/000031.html

To those who asked: to apply the patch, download the RSS Editor xpi, change its extension to .zip and extract it. Enter the chrome folder and rename the rsseditor.jar file to rsseditor.zip, and then extract it (make sure its contents end up in the chrome folder itself, not an rsseditor subfolder). Now go back to the first folder you extract and (in the terminal) run

patch -p1 < /path/to/patchfile.patch

Now zip up the contents of the chrome folder and rename the newly created archive to rsseditor.jar, then delete any remaining files. Now zip back up all the package contents and rename the archive so that its extension is .xpi again.

Now, to install it, just drag your patched xpi to the Add-ons window. You’re done.

3 stars out of 5 for not being officially compatible with the latest Firefox version as of yet.