Salut etheo,
Que veut-tu dire par biblothèque Web?
Sinon, petite astuce pour ceux qui veulent installer l'Add-On "song notifier" sur la version 1.1.1 de songbird :
Téléchargez là depuis Firefox (et non depuis songbird), mettez là sur le bureau et ouvrez la puis modifiez le fichier install.rdf pour mettre ceci à la place :
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description rdf:about="urn:mozilla:install-manifest">
<em:id>songnotifier.conlan@addons.songbirdnest.com</em:id>
<em:name>Song Notifier</em:name>
<em:version>0.4</em:version>
<em:creator>Conlan Wesson</em:creator>
<em:description>Displays notification when the song changes.</em:description>
<em:iconURL>chrome://songnotifier/skin/songnotifier.png</em:iconURL>
<em:optionsURL>chrome://songnotifier/content/preferences.xul</em:optionsURL>
<em:homepageURL>http://linkalert.googlepages.com/</em:homepageURL>
<em:targetApplication>
<Description>
<em:id>songbird@songbirdnest.com</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>1.2.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>
En gros, c'est le même fonctionnement pour tout les plug-ins non adaptés, vous changez la maxVersion 😉