
{"id":156,"date":"2006-11-15T01:50:05","date_gmt":"2006-11-15T00:50:05","guid":{"rendered":"http:\/\/www.matthijskamstra.nl\/blog\/index.php\/2006\/11\/15\/diy-firefox-extension-version-20\/"},"modified":"2010-10-01T20:13:26","modified_gmt":"2010-10-01T19:13:26","slug":"diy-firefox-extension-version-20","status":"publish","type":"post","link":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/","title":{"rendered":"DIY Firefox extension version 2.0"},"content":{"rendered":"<div class=\"highlight\"><strong>Update:<\/strong> It&#8217;s beter to change it to a flexible number so it&#8217;s future prove<br \/>\nSo I changed &#8220;<strong>2.0<\/strong>&#8221; to &#8220;<strong>2.*<\/strong>&#8221;<br \/>\nlike this<br \/>\n<code><br \/>\n     <em:minVersion>0.7<\/em:minVersion><br \/>\n     <em:maxVersion>2.*<\/em:maxVersion><br \/>\n<\/code><\/p>\n<\/div>\n<p>You <a href=\"http:\/\/www.matthijskamstra.nl\/blog\/index.php\/2006\/10\/28\/firefox-20-installed\/\">just installed FireFox 2.0<\/a> and enjoying it!<br \/>\nYou want to use one of your favorite extensions but you can&#8217;t: it&#8217;s not compatible with FireFox 2.0.<br \/>\nYou want to install a new extension, and you can&#8217;t: it&#8217;s not compatible with FireFox 2.0.<\/p>\n<p><strong>Sound familiar?<\/strong><\/p>\n<p>I found the solution:<br \/>\nIt&#8217;s possible to update <strong>some<\/strong> extensions to FireFox 2.0 (this doesn&#8217;t always work&#8230; I know this from my own experience so be careful!)<\/p>\n<p>Most of the time it&#8217;s a version number that has to be changed&#8230; And it&#8217;s not difficult.<br \/>\nBut remember, some code may not work,<br \/>\nIn most cases this will work: most programs are <a href=\"http:\/\/en.wikipedia.org\/wiki\/Backward_compatibility\" title=\"read what WikiPedia has to say\">backward compatible<\/a> which means that is can handle old code.<\/p>\n<h3>So here a step by step walk through this process.<\/h3>\n<p><strong>Source: comment on <a href=\"https:\/\/addons.mozilla.org\/firefox\/128\/\">BBCode<\/a> by Nic Chilton.<\/strong><\/p>\n<p>xpi files are just zip files, so you can update any extension to work with the latest Firefox yourself by following these instructions:<\/p>\n<p><!--more--><\/p>\n<p><strong>Step 1:<\/strong><br \/>\nRight click on the extension download and click Save Link As and save it to a folder, say <strong>My Documents<\/strong>. <\/p>\n<p><strong>Step 2:<\/strong><br \/>\nGo to <strong>My Documents<\/strong> and go to <strong>Tools<\/strong>, <strong>Folder Options<\/strong>, <strong>View<\/strong> and uncheck Hide extensions for known file types.<br \/>\n<br style=\"clear:both;\" \/><\/p>\n<p><strong>Step 3:<\/strong><br \/>\n<img decoding=\"async\" id=\"image157\" src=\"http:\/\/www.matthijskamstra.nl\/blog\/wp-content\/uploads\/screenshot001.jpg\" alt=\"Change xpi to zip\" style=\"float:left;padding-right:10px;padding-bottom:10px;\">At the end of extension (in this example <strong>translatepage.xpi<\/strong>) it will say &#8220;.xpi&#8221; change it to &#8220;.zip&#8221; it&#8217;ll turn into a zip file.<br \/>\n<br style=\"clear:both;\" \/><\/p>\n<p><strong>Step 4:<\/strong><br \/>\n<img decoding=\"async\" id=\"image158\" src=\"http:\/\/www.matthijskamstra.nl\/blog\/wp-content\/uploads\/screenshot002.jpg\" alt=\"Open the zip\" style=\"float:left;padding-right:10px;padding-bottom:10px;\"\/>Open the zip (use <a href=\"http:\/\/www.filzip.com\/en\/index.html\">filezip<\/a> or <a href=\"http:\/\/www.7-zip.org\/\">7-zip<\/a>) and find the install.rdf file.<br \/>\n<br style=\"clear:both;\" \/><br \/>\n<strong>Step 5:<\/strong><br \/>\n<img decoding=\"async\" id=\"image159\" src=\"http:\/\/www.matthijskamstra.nl\/blog\/wp-content\/uploads\/screenshot004.jpg\" alt=\"Open with texteditor and look for\" style=\"float:left;padding-right:10px;padding-bottom:10px;\"\/>Open it with a text editor (I use <a href=\"http:\/\/www.scintilla.org\/SciTE.html\">Scite<\/a>, but you can use Wordpad \/ Notepad if you have that installed) and look for this:<br \/>\n<code><br \/>\n     <em:minVersion>0.7<\/em:minVersion><br \/>\n     <em:maxVersion>1.5.*<\/em:maxVersion><br \/>\n<\/code><br \/>\nand change it to this:<br \/>\n<code><br \/>\n     <em:minVersion>0.7<\/em:minVersion><br \/>\n     <em:maxVersion>2.*<\/em:maxVersion><br \/>\n<\/code><\/p>\n<p><br style=\"clear:both;\" \/><\/p>\n<p><strong>Step 6:<\/strong><br \/>\nSave it to <strong>My Documents<\/strong>.<br \/>\nGo into the zip file and delete the other install.rdf and drag the other one in there. Now rename it back to &#8220;.xpi&#8221; <\/p>\n<p><br style=\"clear:both;\" \/><br \/>\n<strong>Step 7:<\/strong><br \/>\n<img decoding=\"async\" id=\"image160\" src=\"http:\/\/www.matthijskamstra.nl\/blog\/wp-content\/uploads\/screenshot006.jpg\" alt=\"Install xpi\" \/><br style=\"clear:both;\" \/>Go to <strong>Firefox<\/strong>, <strong>Tools<\/strong>, <strong>Extensions <\/strong>and click <strong>install<\/strong>, find the file and install it!!<br \/>\nor<br \/>\njust drag the extension on a Firefox tab and it will install too<br \/>\n<img decoding=\"async\" id=\"image161\" src=\"http:\/\/www.matthijskamstra.nl\/blog\/wp-content\/uploads\/screenshot008.jpg\" alt=\"And now it's compatible with Firefox 2.0\" \/><\/p>\n<h3>How did I get this info<\/h3>\n<p>I was busy create feedback on <a href=\"http:\/\/www.matthijskamstra.nl\/blog\/index.php\/category\/design\/grumm\/\">Grumm<\/a> and so I added a massage on the Toydigger Messageboard.<\/p>\n<p>This forum uses BBCode, and I thought: there must be a Firefox extention that make my live easier!<br \/>\nAnd there is: <a href=\"https:\/\/addons.mozilla.org\/firefox\/128\/\">BBCode<\/a> (how original \ud83d\ude00 ). The problem is that this extension doesn&#8217;t work with <a href=\"http:\/\/www.mozilla.com\/en-US\/firefox\/\">Firefox 2.0<\/a>.<br \/>\nAnd I&#8217;m not patient enough to wait for the developer to change the code so it works for FF2.0.<\/p>\n<p>And now I don&#8217;t have to.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Update: It&#8217;s beter to change it to a flexible number so it&#8217;s future prove So I changed &#8220;2.0&#8221; to &#8220;2.*&#8221; like this 0.7 2.* You just installed FireFox 2.0 and enjoying it! You want to use one of your favorite extensions but you can&#8217;t: it&#8217;s not compatible with FireFox 2.0. You want to install a [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-156","post","type-post","status-publish","format-standard","hentry","category-firefox-extensions"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Update: It&#039;s beter to change it to a flexible number so it&#039;s future prove So I changed &quot;2.0&quot; to &quot;2.*&quot; like this 0.7 2.* You just installed FireFox 2.0 and enjoying it! You want to use one of your favorite extensions but you can&#039;t: it&#039;s not compatible with FireFox 2.0. You want to install a\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Matthijs Kamstra\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"[mck] | a polymath zapper\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"DIY Firefox extension version 2.0 | [mck]\" \/>\n\t\t<meta property=\"og:description\" content=\"Update: It&#039;s beter to change it to a flexible number so it&#039;s future prove So I changed &quot;2.0&quot; to &quot;2.*&quot; like this 0.7 2.* You just installed FireFox 2.0 and enjoying it! You want to use one of your favorite extensions but you can&#039;t: it&#039;s not compatible with FireFox 2.0. You want to install a\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2006-11-15T00:50:05+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2010-10-01T19:13:26+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"DIY Firefox extension version 2.0 | [mck]\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Update: It&#039;s beter to change it to a flexible number so it&#039;s future prove So I changed &quot;2.0&quot; to &quot;2.*&quot; like this 0.7 2.* You just installed FireFox 2.0 and enjoying it! You want to use one of your favorite extensions but you can&#039;t: it&#039;s not compatible with FireFox 2.0. You want to install a\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/11\\\/15\\\/diy-firefox-extension-version-20\\\/#article\",\"name\":\"DIY Firefox extension version 2.0 | [mck]\",\"headline\":\"DIY Firefox extension version 2.0\",\"author\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/wp-content\\\/uploads\\\/screenshot001.jpg\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/11\\\/15\\\/diy-firefox-extension-version-20\\\/#articleImage\"},\"datePublished\":\"2006-11-15T01:50:05+01:00\",\"dateModified\":\"2010-10-01T20:13:26+01:00\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/11\\\/15\\\/diy-firefox-extension-version-20\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/11\\\/15\\\/diy-firefox-extension-version-20\\\/#webpage\"},\"articleSection\":\"Firefox extensions\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/11\\\/15\\\/diy-firefox-extension-version-20\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/firefox-extensions\\\/#listItem\",\"name\":\"Firefox extensions\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/firefox-extensions\\\/#listItem\",\"position\":2,\"name\":\"Firefox extensions\",\"item\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/firefox-extensions\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/11\\\/15\\\/diy-firefox-extension-version-20\\\/#listItem\",\"name\":\"DIY Firefox extension version 2.0\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/11\\\/15\\\/diy-firefox-extension-version-20\\\/#listItem\",\"position\":3,\"name\":\"DIY Firefox extension version 2.0\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/category\\\/firefox-extensions\\\/#listItem\",\"name\":\"Firefox extensions\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#organization\",\"name\":\"[mck]\",\"description\":\"a polymath zapper\",\"url\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"Matthijs Kamstra\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/11\\\/15\\\/diy-firefox-extension-version-20\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/06ff22a1197b6624946e5a3377184f11ddc00ac06a6f1d2311b9d2072bdf61b1?s=96&d=wavatar&r=g\",\"width\":96,\"height\":96,\"caption\":\"Matthijs Kamstra\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/11\\\/15\\\/diy-firefox-extension-version-20\\\/#webpage\",\"url\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/11\\\/15\\\/diy-firefox-extension-version-20\\\/\",\"name\":\"DIY Firefox extension version 2.0 | [mck]\",\"description\":\"Update: It's beter to change it to a flexible number so it's future prove So I changed \\\"2.0\\\" to \\\"2.*\\\" like this 0.7 2.* You just installed FireFox 2.0 and enjoying it! You want to use one of your favorite extensions but you can't: it's not compatible with FireFox 2.0. You want to install a\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/2006\\\/11\\\/15\\\/diy-firefox-extension-version-20\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2006-11-15T01:50:05+01:00\",\"dateModified\":\"2010-10-01T20:13:26+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/\",\"name\":\"[mck]\",\"description\":\"a polymath zapper\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.matthijskamstra.nl\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"DIY Firefox extension version 2.0 | [mck]","description":"Update: It's beter to change it to a flexible number so it's future prove So I changed \"2.0\" to \"2.*\" like this 0.7 2.* You just installed FireFox 2.0 and enjoying it! You want to use one of your favorite extensions but you can't: it's not compatible with FireFox 2.0. You want to install a","canonical_url":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/#article","name":"DIY Firefox extension version 2.0 | [mck]","headline":"DIY Firefox extension version 2.0","author":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/www.matthijskamstra.nl\/blog\/wp-content\/uploads\/screenshot001.jpg","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/#articleImage"},"datePublished":"2006-11-15T01:50:05+01:00","dateModified":"2010-10-01T20:13:26+01:00","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/#webpage"},"isPartOf":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/#webpage"},"articleSection":"Firefox extensions"},{"@type":"BreadcrumbList","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.matthijskamstra.nl\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/firefox-extensions\/#listItem","name":"Firefox extensions"}},{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/firefox-extensions\/#listItem","position":2,"name":"Firefox extensions","item":"https:\/\/www.matthijskamstra.nl\/blog\/category\/firefox-extensions\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/#listItem","name":"DIY Firefox extension version 2.0"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/#listItem","position":3,"name":"DIY Firefox extension version 2.0","previousItem":{"@type":"ListItem","@id":"https:\/\/www.matthijskamstra.nl\/blog\/category\/firefox-extensions\/#listItem","name":"Firefox extensions"}}]},{"@type":"Organization","@id":"https:\/\/www.matthijskamstra.nl\/blog\/#organization","name":"[mck]","description":"a polymath zapper","url":"https:\/\/www.matthijskamstra.nl\/blog\/"},{"@type":"Person","@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author","url":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/","name":"Matthijs Kamstra","image":{"@type":"ImageObject","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/06ff22a1197b6624946e5a3377184f11ddc00ac06a6f1d2311b9d2072bdf61b1?s=96&d=wavatar&r=g","width":96,"height":96,"caption":"Matthijs Kamstra"}},{"@type":"WebPage","@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/#webpage","url":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/","name":"DIY Firefox extension version 2.0 | [mck]","description":"Update: It's beter to change it to a flexible number so it's future prove So I changed \"2.0\" to \"2.*\" like this 0.7 2.* You just installed FireFox 2.0 and enjoying it! You want to use one of your favorite extensions but you can't: it's not compatible with FireFox 2.0. You want to install a","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/#breadcrumblist"},"author":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/author\/admin\/#author"},"datePublished":"2006-11-15T01:50:05+01:00","dateModified":"2010-10-01T20:13:26+01:00"},{"@type":"WebSite","@id":"https:\/\/www.matthijskamstra.nl\/blog\/#website","url":"https:\/\/www.matthijskamstra.nl\/blog\/","name":"[mck]","description":"a polymath zapper","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.matthijskamstra.nl\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"[mck] | a polymath zapper","og:type":"article","og:title":"DIY Firefox extension version 2.0 | [mck]","og:description":"Update: It's beter to change it to a flexible number so it's future prove So I changed &quot;2.0&quot; to &quot;2.*&quot; like this 0.7 2.* You just installed FireFox 2.0 and enjoying it! You want to use one of your favorite extensions but you can't: it's not compatible with FireFox 2.0. You want to install a","og:url":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/","article:published_time":"2006-11-15T00:50:05+00:00","article:modified_time":"2010-10-01T19:13:26+00:00","twitter:card":"summary_large_image","twitter:title":"DIY Firefox extension version 2.0 | [mck]","twitter:description":"Update: It's beter to change it to a flexible number so it's future prove So I changed &quot;2.0&quot; to &quot;2.*&quot; like this 0.7 2.* You just installed FireFox 2.0 and enjoying it! You want to use one of your favorite extensions but you can't: it's not compatible with FireFox 2.0. You want to install a"},"aioseo_meta_data":{"post_id":"156","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-12-11 09:05:28","updated":"2025-06-04 07:30:13","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.matthijskamstra.nl\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.matthijskamstra.nl\/blog\/category\/firefox-extensions\/\" title=\"Firefox extensions\">Firefox extensions<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tDIY Firefox extension version 2.0\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.matthijskamstra.nl\/blog"},{"label":"Firefox extensions","link":"https:\/\/www.matthijskamstra.nl\/blog\/category\/firefox-extensions\/"},{"label":"DIY Firefox extension version 2.0","link":"https:\/\/www.matthijskamstra.nl\/blog\/2006\/11\/15\/diy-firefox-extension-version-20\/"}],"_links":{"self":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/comments?post=156"}],"version-history":[{"count":1,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/156\/revisions"}],"predecessor-version":[{"id":1620,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/posts\/156\/revisions\/1620"}],"wp:attachment":[{"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/media?parent=156"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/categories?post=156"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.matthijskamstra.nl\/blog\/wp-json\/wp\/v2\/tags?post=156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}