public marks

PUBLIC MARKS from decembre with tags xpi & information

2018

XPI - firefox - Install Firebug Extension Manually - Stack Overflow (I used this solution to install manually ThumbnaiZoom)

To install Firebug manually : There are two ways to run extensions manually: 1. Extract the XPI : Download the XPI file that contains the extension Locate the 'extensions' folder within your profile (e.g. via Firefox menu > Help > Troubleshooting Information > Show Folder) Create a new folder within the 'extensions' folder and call it like the add-on's id (for Firebug this is [email protected]) Extract the XPI into that folder 2. Get the sources from the git repository: A detailed description for how to do that can be found on the development setup description on the Firebug wiki. It's similar to the description above with the addition that you'll be able to always get the latest sources. Two notes: - The folder name must be the same as the addon's ID (look in install.rdf of the addon) In your case it's not firebug-2.0b1 , but [email protected] - The directory where the addon should be placed is not where the Firefox itself is installed, but into your Firefox's profile. By default it's in %APPDATA%MozillaFirefoxProfilesXXXXXextensions (where XXXXX is name of your profile folder. More info about profiles you can find here)

2009

Modifier XPI pour Proposer à ses lecteurs une extension OpenURL Referrer préparamétrée « Encore un biblioblog…

Donc pour modifier les paramètres par défaut de l’extension, il vous faut 1. télécharger le fichier XPI au lieu de l’installer sur Firefox (donc aller sur le site d’Openly, et faire un clic gauche “Enregistrer la cible du lien sous…” 2. dézipper le fichier (changer l’extension .XPI en .ZIP si nécessaire) 3. modifier les fichiers (XML) nécessaires pour que les paramètres par défaut soient différents 4. rezipper tous les fichiers, remettre une extension .XPI au ZIP obtenu 5. charger le fichier XPI sur un serveur 6. pointer vers ce fichier depuis une page du site de la bibliothèque, vantant les mérites de cette extension Le plus difficile évidemment, c’est l’étape 3. Je vais essayer d’être le plus clair possible, car il me semble que le XML fait peur à certains.

2007

How to create Firefox extensions

by 25 others
Everyone has a good idea at one time or another to implement a new feature in a web browser. Well, with the goodness that is Mozilla Firefox, now you can do just that. You need to have a vague understanding of XUL and Javascript, but you certainly don’t