Post the extensions you want compatible with SeaMonkey

Talk about add-ons and extension development.
Locked
User avatar
turu
Posts: 365
Joined: August 25th, 2009, 5:27 am

Re: Post the extensions you want compatible with SeaMonkey

Post by turu »

canhoto wrote:Xmarks, of course. It's fundamental. And it should be easy.

And Zotero!

Zotero for SM is here.

And isn't Xmarks closed source, is it ? If so, try this at your own risk or ask them directly for their official support.
DoYouWantKarate
Posts: 24
Joined: March 24th, 2005, 9:24 am

Re: Post the extensions you want compatible with SeaMonkey

Post by DoYouWantKarate »

Philip Chee wrote:Abduction (Save As Image)
http://xsidebar.mozdev.org/modifiedmisc.html#saveasimage


In SeaMonkey 2.4.1 on OS X this modified plugin is not behaving correctly: When you use the crosshair to select an area your selection is not drawn on the screen, but it does happen.
User avatar
therube
Posts: 21703
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Post the extensions you want compatible with SeaMonkey

Post by therube »

Made some changes to Abduction! 3.0.10:

install.rdf, add a SeaMonkey section:

Code: Select all

   <!-- SeaMonkey -->
   <em:targetApplication>
      <Description>
        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
        <em:minVersion>2.0</em:minVersion>
        <em:maxVersion>2.7a1</em:maxVersion>
      </Description>
   </em:targetApplication>


chrome.manifest, adjust to work with SeaMonkey, appending:

Code: Select all

overlay chrome://navigator/content/navigator.xul chrome://abduction/content/browser.xul


With that it works just fine.
Only issue, & it is noted, is "Sorry image is too large Firefox cannot save it".
IOW, on longer pages (example: http://fileforum.betanews.com/browse/new?days=7) it will not capture the entire page.

Example screenshot: http://img.photobucket.com/albums/v157/ ... 111019.png

"Feature request: SeaMonkey support."
https://github.com/rowan-lewis/abduction/issues/16

---

Also in the 2.0 version, the JPEG quality selector seems to make no difference (High, Medium, & Low all result in the same output file). And it also fails on larger pages.

Not sure why the crosshair selection does not display?
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
ms.mouse
Posts: 28
Joined: June 17th, 2006, 12:02 pm
Location: Newcastle upon Tyne, UK

Re: Post the extensions you want compatible with SeaMonkey

Post by ms.mouse »

Xmarks and Yoono are what keep sending me back to Firefox plus Kompozer.

With Xmarks the big issue for me is not just accessing my bookmarks remotely or syncing them across several computers, although both are important. I also use Xmarks to share bookmarks using the embed widget on my website.

Best wishes,

Liz
User avatar
iav
Posts: 123
Joined: September 23rd, 2005, 3:18 pm
Contact:

Re: Post the extensions you want compatible with SeaMonkey

Post by iav »

AddThis.

After trivial compatibility hack main functionality works, ut settings dialog can't be opened.
User avatar
therube
Posts: 21703
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Post the extensions you want compatible with SeaMonkey

Post by therube »

AddThis

I believe this is the problem:

Code: Select all

<!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd" >

Talked about here, Using application DTD files in Cross browser extensions, but not sure how to work around?
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
Philip Chee
Posts: 6475
Joined: March 1st, 2005, 3:03 pm
Contact:

Re: Post the extensions you want compatible with SeaMonkey

Post by Philip Chee »

therube wrote:AddThis

I believe this is the problem:

Code: Select all

<!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd" >

Talked about here, Using application DTD files in Cross browser extensions, but not sure how to work around?

Currently the only way is to fork the overlay file and selective load them in chrome.manifest using the application= flag.

Phil
Farby
Posts: 20
Joined: June 28th, 2011, 1:47 am
Location: Minsk, Belarus

Re: Post the extensions you want compatible with SeaMonkey

Post by Farby »

addthis-3.1.3-fx+sm.xpi Amo Home page, work under construction SeaMonkey
Life sometimes throws this what you want to find ...
User avatar
therube
Posts: 21703
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Post the extensions you want compatible with SeaMonkey

Post by therube »

(not at a position to test at the moment, but the changes look straight forward - even if I don't necessarily know what they do :-).)

(Maybe Philip would like to host?)
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
iav
Posts: 123
Joined: September 23rd, 2005, 3:18 pm
Contact:

Re: Post the extensions you want compatible with SeaMonkey

Post by iav »

Farby, thank you!
It works!
User avatar
lazybones88
Posts: 95
Joined: June 9th, 2006, 10:14 am

Attachment Extractor SeaMonkey

Post by lazybones88 »

Is there a way to get the extension Attachment Extractor to work in Seamonkey 2.4.1 and later? The version 1.2.2 mod installs but does not work and the newest version 1.3.5.1 will not install.
Thanks
User avatar
therube
Posts: 21703
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Post the extensions you want compatible with SeaMonkey

Post by therube »

Starting with 1.3.5.1, add a "SeaMonkey" section to install.rdf.
With that, should install, options work. (Whether the program itself works, can't say.)

Code: Select all

   <em:targetApplication>
      <Description>
              <!-- thunderbird -->
            <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
            <em:minVersion>2.0</em:minVersion>
            <em:maxVersion>7.*</em:maxVersion>
       </Description>
   </em:targetApplication>


   <!-- SeaMonkey -->
   <em:targetApplication>
      <Description>
        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
        <em:minVersion>2.0</em:minVersion>
        <em:maxVersion>2.7a1</em:maxVersion>
      </Description>
   </em:targetApplication>


Or grab this already mod'd, http://www.adrive.com/public/ad753cc159 ... 83f15.html.
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
lazybones88
Posts: 95
Joined: June 9th, 2006, 10:14 am

Re: Post the extensions you want compatible with SeaMonkey

Post by lazybones88 »

therube wrote:Starting with 1.3.5.1, add a "SeaMonkey" section to install.rdf.
With that, should install, options work. (Whether the program itself works, can't say.)

Code: Select all

   <em:targetApplication>
      <Description>
              <!-- thunderbird -->
            <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
            <em:minVersion>2.0</em:minVersion>
            <em:maxVersion>7.*</em:maxVersion>
       </Description>
   </em:targetApplication>


   <!-- SeaMonkey -->
   <em:targetApplication>
      <Description>
        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
        <em:minVersion>2.0</em:minVersion>
        <em:maxVersion>2.7a1</em:maxVersion>
      </Description>
   </em:targetApplication>


Or grab this already mod'd, <!-- m --><a class="postlink" href="http://www.adrive.com/public/ad753cc159944ac9d2faf72398df23348e7afffebe66a6fbd969fee82f083f15.html">http://www.adrive.com/public/ad753cc159 ... 83f15.html</a><!-- m -->.
Thanks -- I will try it out.
User avatar
iav
Posts: 123
Joined: September 23rd, 2005, 3:18 pm
Contact:

Re: Post the extensions you want compatible with SeaMonkey

Post by iav »

JSONView 0.7 for SeaMonkey
http://www.filedropper.com/jsonview-07-fxsm
Diff:

Code: Select all

diff -ru jsonview-0.7-fx/chrome.manifest jsonview-0.7-fx+sm/chrome.manifest
--- jsonview-0.7-fx/chrome.manifest   2011-08-31 01:04:18.000000000 +0300
+++ jsonview-0.7-fx+sm/chrome.manifest   2011-11-02 03:56:53.340185600 +0200
@@ -1,5 +1,6 @@
 content jsonview content/ contentaccessible=yes
 overlay chrome://browser/content/browser.xul chrome://jsonview/content/browser-overlay.xul
+overlay chrome://navigator/content/navigator.xul chrome://jsonview/content/browser-overlay.xul
 skin jsonview default skin/default/
 locale jsonview en locale/en/
 locale jsonview cs-CZ locale/cs-CZ/
diff -ru jsonview-0.7-fx/install.rdf jsonview-0.7-fx+sm/install.rdf
--- jsonview-0.7-fx/install.rdf   2011-10-25 23:44:44.000000000 +0300
+++ jsonview-0.7-fx+sm/install.rdf   2011-11-02 03:37:39.483000000 +0200
@@ -161,5 +161,13 @@
         <em:maxVersion>9.*</em:maxVersion>
       </Description>
     </em:targetApplication>
+    <!-- Seamonkey -->
+    <em:targetApplication>
+      <Description>
+        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
+        <em:minVersion>2.0</em:minVersion>
+        <em:maxVersion>2.7</em:maxVersion>
+      </Description>
+    </em:targetApplication>
   </Description>
 </RDF>

User avatar
therube
Posts: 21703
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Post the extensions you want compatible with SeaMonkey

Post by therube »

(JSONView works in 2.4.1, but not in 2.6. Did not try 2.5. Installs, displays, but does not format the code in 2.6. Does work in FF 8, so I'll assume it works in SeaMonkey 2.5.)
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Locked