I personally think firegestures
Is the best gesture plug-in, better than chrome, Maxthon, opera.
Therefore, no matter whether the Firefox official website sends news or posts a microblog saying that ff5 has come out, ff4 has been used for a long time in line with the principle of "do not use gestures and do not update.
At the same time this weekend, ot said that the gesture plug-in said:
Latest Version: 1.6.5
Released on: 2011-06-18
Works with: Firefox 3.5-5 .*
Result: The official website plug-in page is displayed.
, Or cannot be used on 5.0.
This is really furious. Please confirm it on GitHub first.Source codeYes 5.0 is supported
. The author is also embarrassed, so he changed the two characters.
Next, ask Google: How to build Firefox Addons
. Now, we can finally find an example that can be built with only 7-zip.
.
However, the build. Bat plug-in the original file cannot be correctly compiled on my computer, so I made some modifications:
Set Path = D:/soft/7-zip; % PATH % <br/> set X = firegestures <br/> xcopy % x % build/I/E <br/> REM xcopy build/content build/Chrome/content/I /E <br/> REM xcopy build/locale build/Chrome/locale/I/E <br/> REM xcopy build/skin build/Chrome/skin/I/E <br /> REM rmdir/S/Q build/content <br/> REM rmdir/S/Q build/locale <br/> REM rmdir/S/Q build/skin <br/> rem cd build/chrome <br/> REM 7z A-tzip "% x %. jar "*-r-MX = 0 <br/> rem cd .. /.. <br/> REM rmdir/S/Q build/Chrome/content <br/> REM rmdir/S/Q build/Chrome/locale <br/> REM rmdir/S/Q build/Chrome/skin <br/> replace chrome. manifest build <br/> Cd build <br/> 7z A-tzip "% x %. xpi "*-r-MX = 9 <br/> Cd .. <br/> move build/% x %. xpi % x %. xpi <br/> rmdir/S/Q build <br/> pause <br/>
The generated. xpi file is easy to install. In ff, press Ctrl + Shift + a (plug-in management) and then drag the xpi.
I uploaded my build directory, http://download.csdn.net/source/3379206. The xpifile in the directory supports the ff6.0、5.0installation.