[go: nahoru, domu]

Jump to content

Jetpack (Firefox project): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Rescuing 2 sources and tagging 0 as dead.) #IABot (v2.0.9.3
 
(40 intermediate revisions by 28 users not shown)
Line 1: Line 1:
{{Short description|Mozilla project}}
{{third-party|date=September 2018}}
{{Infobox software
{{Infobox software
| name = Mozilla Jetpack
| name = Jetpack
| logo = [[Image:Mozilla Jetpack.png|64px|Mozilla Jetpack Icon]]
| logo =
| screenshot =
| screenshot =
| caption =
| caption =
| developer = [[Mozilla Corporation]] / [[Mozilla Foundation]]
| developer = [[Mozilla Corporation]]/[[Mozilla Foundation]]
| latest release version = 1.14<ref>{{cite web|url=https://wiki.mozilla.org/Jetpack/Release_Notes|title=Jetpack/Release Notes|access-date=26 March 2013|publisher=mozilla.org}}</ref>
| latest preview version = 0.6
| latest preview date = {{release date|2010|07|28}}
| latest release date = {{release date|2013|03|26}}
| programming language = [[HTML]], [[Cascading Style Sheets|CSS]] and [[JavaScript]]
| frequently updated =
| programming language = [[HTML]], [[CSS]] and [[JavaScript]]
| operating system = [[Cross-platform]]
| operating system = [[Cross-platform]]
| platform = [[Gecko (layout engine)|Gecko]]
| platform = [[Mozilla application framework|Mozilla]]
| language =
| language =
| genre = [[Software Development Kit]] (SDK)
| genre = [[Software development kit]] (SDK)
| license = [[Mozilla Public License|MPL]]/[[GNU General Public License|GPL]]/[[GNU Lesser General Public License|LGPL]]
| license = [[Mozilla Public License|MPL 2.0]]
| website = http://jetpack.mozillalabs.com
| website = https://addons.mozilla.org/en-US/developers/
}}
}}
{{Firefox TOC}}
'''Mozilla Jetpack''' is a software development kit (SDK) which enables anyone who knows [[HTML]], [[CSS]] and [[JavaScript]] to create [[Mozilla Firefox|Firefox]] add-ons, also known as extensions. To develop extensions with Jetpack, the SDK requires Python 2.5 or greater and Firefox 3.6 or the [[XULRunner]] that uses [[Gecko (layout engine)|Gecko]] 1.9.2.
'''Jetpack''' was a working group which wrote a [[software development kit]] for [[Firefox]] [[Add-on (Mozilla)|add-ons]]. They produced the Add-on SDK, a set of [[Application programming interface|APIs]], a [[Run-time system|runtime]], and a command-line tool for creating and running add-ons, and the Add-on Builder, a Web-based [[integrated development environment]] which used the SDK.<ref>{{cite web|url=https://addons.mozilla.org/en-US/developers/docs/sdk/latest/|title=Add-on SDK Documentation|access-date=22 June 2011|publisher=mozilla.org|archive-date=7 January 2014|archive-url=https://web.archive.org/web/20140107130205/https://addons.mozilla.org/en-US/developers/docs/sdk/latest/|url-status=dead}}</ref><ref>{{cite web|url=https://builder.addons.mozilla.org/|title=Add-on Builder|access-date=16 June 2011|publisher=mozilla.org|url-status=dead|archive-url=https://web.archive.org/web/20130808090701/https://builder.addons.mozilla.org/|archive-date=8 August 2013}}</ref>

Add-ons developed with the SDK were written in [[HTML]], [[Cascading Style Sheets|CSS]], and [[JavaScript]] using [[CommonJS]] conventions. They did not require the user to restart Firefox when they were installed or uninstalled. The SDK's APIs were high-level, task-oriented, and designed to insulate developers from changes across Firefox versions.<ref>{{cite web|url=https://wiki.mozilla.org/Jetpack/FAQ|title=Jetpack/FAQ|access-date=22 June 2011|publisher=mozilla.org}}</ref>

Mozillians running the project made a tool called the Jetpack Prototype. APIs provided by the Jetpack Prototype were not compatible with the Add-on SDK.<ref>{{cite web|url=https://jetpack.mozillalabs.com/prototype.html |title=Jetpack Prototype |access-date=22 June 2011 |publisher=mozillalabs.org |url-status=dead |archive-url=https://web.archive.org/web/20110708192300/https://jetpack.mozillalabs.com/prototype.html |archive-date= 8 July 2011 }}</ref>

==References==
{{Reflist}}

==External links==
*[https://wiki.mozilla.org/Jetpack Jetpack Project Page]
*[https://addons.mozilla.org/en-US/developers/builder Add-on Builder and SDK]
*[https://addons.mozilla.org/en-US/developers/docs/sdk/latest/ Add-on SDK Documentation] {{Webarchive|url=https://web.archive.org/web/20140107130205/https://addons.mozilla.org/en-US/developers/docs/sdk/latest/ |date=2014-01-07 }}


== External links ==
*[http://jetpack.mozillalabs.com Mozilla Jetpack Home Page]
*[https://jetpack.mozillalabs.com/sdk/0.5/docs/#guide/getting-started Jetpack getting started]
{{Compu-soft-stub}}
{{Mozilla}}
{{Mozilla}}
[[Category:Mozilla add-ons]]


[[zh:Mozilla Jetpack]]
[[Category:Mozilla]]


{{Compu-library-stub}}

Latest revision as of 06:08, 12 March 2023

Jetpack
Developer(s)Mozilla Corporation/Mozilla Foundation
Stable release
1.14[1] / March 26, 2013 (2013-03-26)
Written inHTML, CSS and JavaScript
Operating systemCross-platform
PlatformMozilla
TypeSoftware development kit (SDK)
LicenseMPL 2.0
Websitehttps://addons.mozilla.org/en-US/developers/

Jetpack was a working group which wrote a software development kit for Firefox add-ons. They produced the Add-on SDK, a set of APIs, a runtime, and a command-line tool for creating and running add-ons, and the Add-on Builder, a Web-based integrated development environment which used the SDK.[2][3]

Add-ons developed with the SDK were written in HTML, CSS, and JavaScript using CommonJS conventions. They did not require the user to restart Firefox when they were installed or uninstalled. The SDK's APIs were high-level, task-oriented, and designed to insulate developers from changes across Firefox versions.[4]

Mozillians running the project made a tool called the Jetpack Prototype. APIs provided by the Jetpack Prototype were not compatible with the Add-on SDK.[5]

References[edit]

  1. ^ "Jetpack/Release Notes". mozilla.org. Retrieved 26 March 2013.
  2. ^ "Add-on SDK Documentation". mozilla.org. Archived from the original on 7 January 2014. Retrieved 22 June 2011.
  3. ^ "Add-on Builder". mozilla.org. Archived from the original on 8 August 2013. Retrieved 16 June 2011.
  4. ^ "Jetpack/FAQ". mozilla.org. Retrieved 22 June 2011.
  5. ^ "Jetpack Prototype". mozillalabs.org. Archived from the original on 8 July 2011. Retrieved 22 June 2011.

External links[edit]