Questions tagged [add-on]

Add-on, a.k.a. Plug-in is a set of components that enhances the existing, or adds new capabilities to a software application.

A plug-in system is very common, because it lets other developers (and maybe users) make small plug-ins to add new features quite easily.

Add-ons are also a good customization tools, because they let users chose which of the features do they want, and which they don't. It also helps to keep the distributive small.

There are specific tags for certain platforms / applications, like

Usually it's better to use the more specific one.

1100 questions
-1
votes
2 answers

Post header in extension firefox

Iam building an extension where i catch all the post requests. But in the httpChannel.originalURI.spec there aren't any attributes from the post. How can i get the post's atrtibutes? myObserver.prototype = { observe: function(subject, topic, data)…
Tony
  • 489
  • 2
  • 5
  • 22
-1
votes
1 answer

How can i make my browser automatically change a website's URL?

is there a way to automatically transform every URL from this news site: haaretz.co.il that has the word "premium" in it, like so: haaretz.co.il/news/world/america/.premium-1.2061777 to this format: haaretz.co.il/mobile/opinions/.premium-1.2061777 i…
-1
votes
1 answer

How to make an add-on for mIRC or any other IRC client that alarms you when a certain string is mentioned in a chat room?

It'd be quite useful to me to have an add-on that alerts me when something specific is said in a chat room, same way you're warned if your nick is mentioned, just for a string you'd like. How would one go about doing this? Is there an interface for…
user1938007
  • 459
  • 1
  • 5
  • 14
-1
votes
2 answers

Thunderbird Conversations add-on: how to select email account to reply from

Within the Thunderbird Conversations add-on and when replying to an email, how can i select which of my several email accounts to reply from? I can't change the default, which seems to be to reply from the email address the message was sent to.
araichev
  • 748
  • 1
  • 6
  • 14
-1
votes
1 answer

How firefox fill password when add username by the user?

I want to get signal of it. Because I am creating face recognition add-on (like master password) for firefox. edit: when user add username I need to check user face. If only the given username and his saved face are equal, then only password should…
-2
votes
1 answer

Automatically check for valid HTML on each request

I am cleaning up my website and i would like to see html errors and warnings on each page automatically. I use to use Html Validator for firefox (addon) but it doesnt appear to validate automatically anymore. I don't know if its because of the addon…
user34537
-2
votes
1 answer

Enable and disable custom google sheet functions using google apps script

I've been trying to create a Google Spreadsheet plugin from some existing Google App Scripts that I have, and one important part of this app script is Custom Functions. I have seen an addon that can enable the use of custom sheet functions using a…
-2
votes
3 answers

Calendar in Vaadin for free

I'm looking for free Vaadin calendar. I know, that there is a commercial add'on: http://vaadin.com/directory#addon/vaadin-calendar Does anyone know any other free calendar implemented in Vaadin?
John
  • 1
  • 1
  • 1
-2
votes
1 answer

Create new External Storage for Nextcloud

I want to create a new external storage for Nextcloud like amazonS3, FTP, OwnCloud, etc. But with my own storage API, however there is no documentation on Nextcloud to do that. Any Suggestions?
-2
votes
1 answer

Create Plugins/Add-ons/Extentions in separate Apk for an App

I should create a "Container" app with basic features. In the "Container" app I have a NavigationView (the items are dynamically added based on the installed plugins) and a FrameLayout. In a separate apk I should create a plugins that add features…
-2
votes
1 answer

Java creating an addon/mod loader for an application

I have a game written in Java and a whish to write a generic ModLoader/AddonLoader application. A separate application/api that would allow you to create mods/addons for my projects that add extra implementation that I do not want in the main…
Elliott
  • 17
  • 2
-2
votes
1 answer

Uninstalling addons when main app is uninstalled

I want to create an add-on for an app, which the user can download from the Play store separately, and it will function with the aforementioned app that i've created. I am using service, as this is the only clean way that I've come across for this.…
miversen33
  • 573
  • 5
  • 19
-2
votes
1 answer

if Statement Condition for powerpoint add on

I am using the ''_SlideShowNextSlide(PowerPoint.SlideShowWindow Wn)" event for making a powerpoint add on in visual studio in C# and I need the condition for an if statement for if the user has ended the slideshow or pressed ESC. …
-2
votes
1 answer

How to write firefox addon to change the searchbar on right side to my own search service

Basically I have created one simple search engine in php. I want to create a firefox addon, after installing that it will automatically add my search engine URL to the search box. And this should be default one as now "Google" is the default. So…
-3
votes
1 answer

How to extract wow live AH data into python

I want to run some sniping algorithm on WOW Auction house & TSM doesn't provide what I need. I've got my algorithm on python; I need to call a function like this: GetAuctionPrice(Item id , ...) or GetAuctionsPrice(Item id List , ...) After I call,…
shoja
  • 3
  • 1
1 2 3
73
74