public
Description: Adds two menu items to the Window menu in Firefox for making it possible to switch tabs the Mac way
Homepage: http://icanscale.com/prevnext/
Clone URL: git://github.com/lackac/prevnext.git
Click here to lend your support to: prevnext and make a donation at www.pledgie.com !
prevnext / install.rdf
100644 23 lines (22 sloc) 0.994 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  <Description about="urn:mozilla:install-manifest">
    <em:id>prevnext@lackac.hu</em:id>
    <em:name>Prev/Next</em:name>
    <em:version>1.0</em:version>
    <em:creator>László Bácsi</em:creator>
    <em:description>Adds two menu items for switching tabs the Mac way</em:description>
    <em:homepageURL>http://lackac.name/</em:homepageURL>
<!-- <em:updateURL>http://lackac.hu/lab/prevnext/update</em:updateURL>-->
    <em:aboutURL>chrome://prevnext/content/about.xul</em:aboutURL>
    <em:iconURL>chrome://prevnext/content/prevnext.png</em:iconURL>
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
        <em:minVersion>3.0b4</em:minVersion>
        <em:maxVersion>3.0.*</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>