Post the extensions you want compatible with SeaMonkey

Talk about add-ons and extension development.
Locked
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Post the extensions you want compatible with SeaMonkey

Post by therube »

(modifiedmisc) dragdropupload needs a version bump.

Otherwise, the current AMO version will work fine too by installing a SeaMonkey section into install.rdf.
https://addons.mozilla.org/en-US/firefo ... ropupload/


Add "SeaMonkey" section to install.rdf:


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


Left request for author to provide direct support for SeaMonkey.
http://www.teslacore.it/wiki/index.php? ... d#Comments
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
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Post the extensions you want compatible with SeaMonkey

Post by therube »

dragdropupload-1.9.38-fx+mod.4.sm.xpi

URL: https://skydrive.live.com/?cid=fa74ba8f ... D98%21135#

Feel free to look over, host, update.

I also bumped it for FF 5, though only actually checked it out (briefly) in SeaMonkey 2.2.
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
calzone
Posts: 4
Joined: July 13th, 2011, 12:32 am

Re: Post the extensions you want compatible with SeaMonkey

Post by calzone »

calzone wrote:Autohide - worked fine with Seamonkey 2.1, now it's gone. This addon is absolutely essential for my 1024x600 netbook screen. Have been using it for years. Any hope?

I tried to go back to Seamonkey 2.1 but now autohide does not work at all ](*,)
There is also Fullerscreen, seems the same idea, but nothing works for Seamonkey 2.2.
Is there any extension which hides all the upper toolbars, tabs and stuff and makes them visible again when the mouse pointer hits an edge of the screen? I desperately need it.
Please guys, help me.
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Post the extensions you want compatible with SeaMonkey

Post by therube »

Given the number "autohide" extensions, good that you've left something like URLs.
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
calzone
Posts: 4
Joined: July 13th, 2011, 12:32 am

Re: Post the extensions you want compatible with SeaMonkey

Post by calzone »

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 »

new version greasemonkey-0.9.7-fx+sm.xpi
updated for SeaMonkey, the method of Philip Chee
Thank you.
Life sometimes throws this what you want to find ...
User avatar
-Px-
Posts: 480
Joined: April 20th, 2011, 1:56 am

Re: Post the extensions you want compatible with SeaMonkey

Post by -Px- »

I want to ask about "fixing" this extension for Seamonkey - https://addons.mozilla.org/en-US/firefo ... firesizer/
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 »

-Px- wrote:I want to ask about "fixing" this extension for Seamonkey - https://addons.mozilla.org/en-US/firefo ... firesizer/

Since it works in both Firefox and Thunderbird it should be relatively easy to make it work in SeaMonkey.
Please try contacting the author first
http://directedge.us/content/firesizer-firefox-extension
http://directedge.us/contact

Phil
User avatar
-Px-
Posts: 480
Joined: April 20th, 2011, 1:56 am

Re: Post the extensions you want compatible with SeaMonkey

Post by -Px- »

Philip Chee wrote:
-Px- wrote:I want to ask about "fixing" this extension for Seamonkey - https://addons.mozilla.org/en-US/firefo ... firesizer/

Since it works in both Firefox and Thunderbird it should be relatively easy to make it work in SeaMonkey.
Please try contacting the author first
http://directedge.us/content/firesizer-firefox-extension
http://directedge.us/contact
Phil

I've send a question via contact form, but unfortunately author didn't answer :(. I've made a quick look on plugin source, first string to "fix" was in chrome.manifest

Code: Select all

overlay   chrome://browser/content/browser.xul   chrome://firesizer/content/firesizer.xul

which I've replaced with

Code: Select all

overlay   chrome://navigator/content/navigator.xul   chrome://firesizer/content/firesizer.xul

according to "Extensions support in SeaMonkey 2" doc, but I don't understand how to fix this:

Code: Select all

   <statusbar id="status-bar">
      <statusbarpanel id="firesizer-statuspanel" label="" context="firesizer-statuspanel-menu" />
      <popupset>
         <popup id="firesizer-statuspanel-menu" position="before_end" onpopupshowing="FiresizerShowMenu()" style="background-color: menu !important;">
            <!-- Menu items will be added dynamically -->
         </popup>
      </popupset>
   </statusbar>

Can you help me?
_development
Posts: 332
Joined: October 19th, 2007, 9:29 am
Location: Montevideo, Uruguay

Re: Post the extensions you want compatible with SeaMonkey

Post by _development »

Remove the popupset and transform the popup into a menupopup.

Here it is:
http://dl.dropbox.com/u/9303546/extensi ... latest.xpi
User avatar
-Px-
Posts: 480
Joined: April 20th, 2011, 1:56 am

Re: Post the extensions you want compatible with SeaMonkey

Post by -Px- »

_development wrote:Remove the popupset and transform the popup into a menupopup.

Here it is:
http://dl.dropbox.com/u/9303546/extensi ... latest.xpi

Thanks, it works :)
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Post the extensions you want compatible with SeaMonkey

Post by therube »

RunWith can work with SeaMonkey.
RunWith - Run Everything Search from within Firefox

EDIT: Emailed him & asked him to support. Said yes. Not sure yet if it will be on AMO or elsewhere.
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 »

http://xsidebar.mozdev.org/modifiedmisc.html#securelogin
Secure Login 0.9.9pre mod contributed by Stanimir Stamenkov

Tested with SeaMonkey 2.3 but should work with SeaMonkey 2.0 to 2.4a.

Secure Login is a login extension for Mozilla Firefox integrated password manager. Its main feature is similar to Opera's (the browser) Wand login.

Image

Features:
  • Easy installation through Mozilla Firefox add-ons system.
  • Works out of the box without any configuration needed.
  • Login with one click or a keyboard shortcut (automatically submitting the login forms).
  • Easy and convenient selection for multiple logins (multiple users).
  • Provides direct login to any site from the bookmarks (using the "Secure Login Bookmarks").
  • Integrates with Mozilla Firefox password manager.
  • Provides easy access to the saved passwords.
  • Prevents malicious JavaScript code to automatically steal your login data.
  • Provides an option to protect your login data from all JavaScript code during login.
  • Websites requiring JavaScript for the login process can be added to an exception list.
  • Can prevent cross-site scripting (XSS) attacks to steal your passwords without having to deactivate JavaScript.
  • Helps to protect you from phishing.
  • Shows the login URL(s) and the number of available logins in a tooltip of the toolbar button and the statusbar icon.
  • Can be set to automatically search for login data and highlight form fields.
  • Can be used with a toolbar button, a statusbar icon, a keyboard shortcut or via the context menu.
  • Completely customizable interface (buttons, icons and menus can be enabled/disabled).
  • Provides a customizable keyboard shortcut
  • By default only active on login so it doesn't consume any system resources while surfing.
  • Can fill out additional form fields using the Autofill Forms add-on.
  • Possibility to play a sound when logins are found or when logging in.

Install Secure Login for Seamonkey 2.0+:
secure_login-0.9.9pre-mod.xpi
This mod contributed by Stanimir Stamenkov

Besides SeaMonkey compatibility, this versions includes some more changes over the official 0.9.8 version:
  • Add Macedonian locale from the last mozdev.org version 0.9.3.1.
  • Fallback to Core-DOM for accessing HTML forms. (Mozilla Bug 230214).
  • Recognize HTML5 input types for username.
  • Catch up with the toolkit LoginManager: Mozilla Bug 600551 (Password manager not working with input type=email).
  • Add basic support for username only forms.

Phil
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 »

http://xsidebar.mozdev.org/modifiedmisc.html#firesizer
mod contributed by -Px- and _development
Firesizer provides a menu and status bar to resize the window dimensions to a specific size. Unlike other similar extensions, this one sets the size of the *entire window*, not just the HTML area.

Heavily inspired by "Yet Another Window Resizer" by Galoca.

Image

Install Firesizer for Seamonkey 2.0+:
firesizer-1.4-mod.xpi
This mod contributed by -Px- and _development
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 »

Don't worry guys.

I'm working backwards through this thread looking for contributed mods to put on my webpage. Because I can't remember what I missed in the past month or two.

Phil
Locked