Command-line Extension InstallerSomething along the lines of
install-mozilla-extension (--firefox|--thunderbird|...) \
ext1 ext2 ...
Where extN is either a file or a URL, in either case something .xpi.
Something like this would make remote/bulk installing/upgrading/extending
of mozilla+family installations much easier.
Cheers,
Carlo
On 2005-01-09 18:07, Carlo Graziani wrote:
> Something along the lines of
>
> install-mozilla-extension (--firefox|--thunderbird|...) \
> ext1 ext2 ...
>
> Where extN is either a file or a...
Command line extension installHi,
We're an open-source project building a virtual machine dev env for LAMP.
https://github.com/quickstart/quickstart-drupal/wiki
We'd like to include some common web development extensions. Our build system is commandline Puppet scripts. We'd prefer to not have a manual configuration - (20 manual configurations is alot of time for testing and building)
What's the best way to install extensions?
This wouldn't work if Firefox wouldn't do updates:
https://developer.mozilla.org/en-US/docs/Installing_extensions
This didn't work on Ubuntu 12.04 /usr/l...
How to pass command line arguments to an extension using a command line on MacOS?I am developing an extension that processes some command line options.
I want to invoke the Firefox from a command line like this:
> ...../firefox -myarg1 -myarg2
I am running into a problem on Mac OS. When I run such command when
there is no FireFox running it works fine. However if I run the
command again I get an error saying that there is already an instance
of Firefox running and only one instance can run at a time
(paraphrasing here). I have tried to use the -remote option but no
luck.
Does anyone know how to solve this problem? Does anyone know if
invoking of chatzill...
How to pass command line arguments to an extension using a command line on MacOSI am developing an extension that processes some command line options.
I want to invoke the Firefox from a command line like this:
> ...../firefox -myarg1 -myarg2
I am running into a problem on Mac OS. When I run such command when
there is no FireFox running it works fine. However if I run the
command again I get an error saying that there is already an instance
of Firefox running and only one instance can run at a time
(paraphrasing here). I have tried to use the -remote option but no
luck.
Does anyone know how to solve this problem? Does anyone know if
invoking of chatzill...
determining which plugins and extensions are installed from the command lineHello,
I am working on automated bug triage for Firefox and Thunderbird on
Ubuntu(Linux). I am wondering if it is possible to determine which
plugins and extensions are installed via the command line.
Currently, we ask the bug reporter to look in about:plugins to see
which plugins they have installed. I would like to skip this step so
that the information is included in the orginal issue report.
Thanks
David Farning
dfarning@gmail.com wrote:
> Hello,
>
> I am working on automated bug triage for Firefox and Thunderbird on
> Ubuntu(Linux). I am wondering if it...
Installing firefox / extension from command line on windows ?Hi ,
I need to install firefox and a extension for it remotely on 40
machines at my workplace. Is there a way to script this for windows.
The extension needs to be installed only for non-admin user.
thanks in advance,
vivekian
vivekian wrote:
> Hi ,
>
> I need to install firefox and a extension for it remotely on 40
> machines at my workplace. Is there a way to script this for windows.
> The extension needs to be installed only for non-admin user.
>
> thanks in advance,
> vivekian
>
This link may be helpful :
http://www.mozilla.org/proje...
How to detect the installed extension in Firefox without install any extensionI am not sure I post the question at a right place, Please kindly advice if I am
wrong.
I am trying to find a way that can find out all installed extension in Firefox.
Is there any idea can reach this goal?
Thank you.
You can do that using the AddonManager.jsm JavaScript module, see
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Add-on_Manager/AddonManager
Here is how about:support retrieves and sorts the information:
http://mxr.mozilla.org/mozilla-release/source/toolkit/content/Troubleshoot.jsm#137
Archaeopteryx
-------- Original-Nachricht --------
Betreff:...
Extension updates when extension is installed in RegistryHi
I am distributing a package that uses a FF extension. Rather than make
users go through a 2-3 step process, I thought installing the extension
in the registry from the installer will be simpler. But when I do that,
I am not sure if updates to the extension happen at all.
Can someone clarify this issue ?
Regards
Kallol
Kallol Borah wrote:
> Hi
> I am distributing a package that uses a FF extension. Rather than make
> users go through a 2-3 step process, I thought installing the extension
> in the registry from the installer will be simpler. But when I do that,
>...
Extension re-install?I upgraded from FF 0.93 to 1.0 and sadly, my favourite solitaire game
got turfed. I unistalled 1.0 and reinstalled 0.93 to get my game
working again but unfortunately, it won't let me install it anymore. I
downloaded the cards.xpi file and would love it if someone could tell
me how to [manually?] re-install it.
Bart,
banjo[at]haruteq.com
-
Check my most up to date email address at:
www.haruteq.com/contact.htm
banjo bridges, tabs, stained glass:
www.haruteq.com
**may your moments of need be met by moments of compassion**
...
How to keep a file installed by a extension when the extension is updatedHi all, I have a Firefox extension that installs a TXT file in the
chrome directory, to store some statistics data about the usage of the
extension. Now I have improved the extension, and I have replaced the
TXT file with a RDF/XML file. The question is: can I keep that TXT
file in the update process and use it to populate the new RDF file
with data?
Any suggestion will be welcomed, thank you.
asier.sarasua@gmail.com wrote:
>Any suggestion will be welcomed, thank you.
>
>
I can't help with your specific case but I suggest placing such files
somewhere in the pro...
Save Extensions ExtensionThat ISN'T bafflegab. LOL
I'm looking for an extension that saves extensions and themes so if I have a
system wide crash I can quickly resurrect my Firefox to the state it was in
prior to having to reformat the hard drive.
Thanks!
On 22-02-2008 15:09 CET, stevezygote composed this enchanting statement:
> That ISN'T bafflegab. LOL
>
> I'm looking for an extension that saves extensions and themes so if I have a
> system wide crash I can quickly resurrect my Firefox to the state it was in
> prior to having to reformat the hard drive.
>
&...
Starting extension from command lineOk - I have my extension running. I used livehttpheaders as a template.
My extension fires off from the Tools menubar.
But now let's say I want to start firefox (with command line args) and
open my extension as well. If I use
firefox -chrome chrome://myext/content/myext.xul
that will open my extension - but there is no firefox browser.
I tried
firefox & firefox -chrome chrome://myext/content/myext.xul
but that brings up the profiles dlg box.
How can I open firefox AND my extension from a shell script ?
Thanks
charlie schmitt wrote:
> How can I open...
command line arguments for extensionHello,
I am writing an extension which stores information about mail
transfer, stored files etc. in a RDF-repository to make it available
for other applications.
Now I want to start thunderbird with a messagID as command line
argument so that my extension can show this message (afaik there is no
built-in command line argument for that).
My question now is, how can I access command line arguments in my
extension?
Thx for your help,
David
einStein wrote:
> Hello,
>
> I am writing an extension which stores information about mail
> transfer, stored files etc. in a...
Installing extensions in Thunderbird 5 by using the extensions folderDear all,
as already described at [1] and [2] it was possible to install
extensions by copying the XPI files to the %profile%/extensions
folder. Unfortunately Thunderbird ignores this procedure in version 5.
Does anyone know how to install extensions via the command line or can
me point to an according manual?
Thanks a lot and best regards, Alex
[1] http://forums.mozillazine.org/viewtopic.php?f=28&t=2242565
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=668159
--
gpgtools.org
On 06/07/11 14:00, Alex (via GPGTools) wrote:
> Dear all,
>
> as already describ...