Sat, 23 Jul 2011 12:47:41 +0100, /Philip TAYLOR (Webmaster, Ret'd)/:
Philip Chee wrote:

Alternatively find someone who has already done all that.
<https://addons.mozilla.org/en-US/firefox/addon/whats-that-preference/>

Sadly that potential solution, interesting though it is, is
apparently not relevant to this lists ("Seamonkey-support"),
as it appears to work solely with a different product
(Firefox 7 and later).

Try downloading the "whats_that_preference-0.3-fx.xpi" extension file locally. Unzip (as it is a basically a ZIP file), then modify the "install.rdf" file to include SeaMonkey as target application, as described on:

https://developer.mozilla.org/En/Extensions_support_in_SeaMonkey_2#The_Basics

Note, set the 'maxVersion' to something like "2.4.*":

  <em:targetApplication>
    <!-- SeaMonkey -->
    <Description>
      <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
      <em:minVersion>2.1</em:minVersion>
      <em:maxVersion>2.4.*</em:maxVersion>
    </Description>
  </em:targetApplication>

At the end, ZIP the unpacked and modified thing back, preserving the file name (i.e. having *.xpi extension) and drop into SeaMonkey to install. Works fine for me.

--
Stanimir
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to