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
4
votes
1 answer

Simple WoW Interface Addon doesn't work (Lua)

I'm trying to build a simple Hello World interface addon for World of Warcraft. But it won't work :/ Can anybody tell me what I'm doing wrong? Here is the HelloWorld.toc file: ## Interface: 60000 ## Title: HelloWorld ## Notes: HelloWorld Addon ##…
Namenlos
  • 1,615
  • 2
  • 18
  • 24
4
votes
3 answers

Same add-on for multiple Heroku apps

What are the best practices with Heroku add-ons? I manage multiple Heroku apps. I want them to share a common add-on. how to do that? For example, first I signed up for Mandrill on their website. When I added Mandrill add-on on Heroku, they created…
anasqadrei
  • 315
  • 2
  • 13
4
votes
2 answers

Having one "brain" in a Firefox Addon?

I have an addon that every 5 minuets or so checks an rss feed for a new post, and if there is one, it displays an alert(). Problem is, I'm afraid that if the user opens multiple windows, that when there's a new post a millions of alerts will popup…
mattsven
  • 22,305
  • 11
  • 68
  • 104
4
votes
1 answer

How can I open an external app from Firefox addon? (Eg: default text editor)

I need my addon will be capable of editing some files with an external tool. Any ideas?
gal007
  • 6,911
  • 8
  • 47
  • 70
4
votes
8 answers

How did you choose your Visual Studio productivity addon?

I'm evaluating Visual Studio productivity addons for my development team, which includes some folks who are very new to C# and some folks who are very experienced. We don't use VB.NET. I personally like ReSharper, but before I suggest something that…
Robert S.
  • 25,266
  • 14
  • 84
  • 116
4
votes
2 answers

Run firefox addons from command-line

I am working 508 accessible standard for a website. There are a Firefox plugin to help check on each page a website WAVE addons I am having a crawler that walk throught all pages of the website. Now i want to combine WAVE addons + my crawler to…
Minh
  • 135
  • 2
  • 8
4
votes
1 answer

64bit BHO not loading inside IE 9 64

I've created a 32-bit and 64-bit version of my BHO (C++ code). The 32-bit version loads fine in IE 9 32-bit, but not the 64-bit version in IE 9 64 on WIndows 7. I have double checked that: the 64-bit DLL is indeed 64-bit code (dumpbin /headers on…
Julien
  • 5,729
  • 4
  • 37
  • 60
4
votes
1 answer

GoogleChrome extension that deletes browsing history with one click from an icon

Im trying to make a google chrome extension that deletes all browsing history with one click on a icon located next to the url bar, this is my first extension on google chrome, i've made others for firefox, and i would like some guidance and ideas i…
Minnen
  • 441
  • 8
  • 27
4
votes
1 answer

Custom CSS in Expression Engine Module

I'm working on an Expression Engine module and would like to have some custom CSS in the control panel just for my module. I really don't want to have to use a theme and an override.css file. I also wanted to separate the CSS and did not want to…
4
votes
1 answer

Exp:resso Store: how to handle products requiring a deposit?

How can I set up Store product entries to require an initial deposit and then request a final amount at a later date?
Keely
  • 41
  • 1
3
votes
2 answers

How much monthly hours does the Scheduler addon take on Heroku?

In the Heroku documentation it's said that addons, such as Scheduler, add up to your montly hours, meaning you would have to pay if it adds up more than 30 hours (I have only one web dyno, so I'm using 720 montly hours, and the maximum free is 750…
Janko
  • 8,985
  • 7
  • 34
  • 51
3
votes
7 answers

What are the pros and cons of various ways of analyzing websites?

I'd like to write some code which looks at a website and its assets and creates some stats and a report. Assets would include images. I'd like to be able to trace links, or at least try to identify menus on the page. I'd also like to take a guess at…
Nosredna
  • 83,000
  • 15
  • 95
  • 122
3
votes
3 answers

How to make an add-on system on Android

Let's say I have an app which does something (exactly what is irrelevant, as this is a very generic question), and I want other third-party developers to be able to expand the functionality of my application through an add-on like system. Just to…
Frxstrem
  • 38,761
  • 9
  • 79
  • 119
3
votes
2 answers

Creating a search add-on for collecting data

I wanted to create a search add-on to right click and search tag text into Wikipedia/ but when i apply this code it only shows the option in context menu but nothing happens// i don't know where the error is.... i was planning on right clicking it…
Debby Dale
  • 65
  • 1
  • 5
3
votes
1 answer

How to get field lists using the OpenERP Report Designer Addon for OpenOffice / LibreOffice

I want to add fields to the reports and use them in python functions and do some coding inside the reports. I am using version 6.0.3 of OpenERP, I keep getting an empty field list. This is what the "add field" command on the addon should look like:…
mit
  • 11,083
  • 11
  • 50
  • 74