Home | History | Annotate | Download | only in static

Lines Matching full:extension

5 This page describes how to package your extension.
8 with the file extension "crx" —
14 You might not need to package your extension.
15 If you publish your extension using the
22 <!-- [PENDING: Refer to instructions on submitting an extension for inclusion in the gallery.] -->
25 When you package an extension,
26 the extension is assigned a unique key pair.
27 The public key is used as the identifier for the extension.
29 and used to sign each version of the extension.
35 <p>To package an extension:</p>
51 Click the <b>Pack extension</b> button.
56 In the <b>Extension root directory</b> field,
57 specify the path to the extension's folder &mdash;
61 the first time you package a particular extension.)
68 which is the actual extension that can be installed,
81 <li><a href="#update">Update</a> the extension</li>
82 <li>Upload the extension using the
87 If the extension is successfully packaged, you'll see a dialog like this
98 <p>To create an updated version of your extension:</p>
110 Click the <b>Pack extension</b> button.
115 In the <b>Extension root directory</b> field,
116 specify the path to the extension's folder &mdash;
123 already generated <code>.pem</code> file for this extension &mdash;
132 <p>If the updated extension is successfully packaged, you'll see a dialog like this:</p>
142 Use the <code>--pack-extension</code> flag
143 to specify the location of the extension's folder.
144 Use <code>--pack-extension-key</code>
145 to specify the location of the extension's private key file.
150 chrome.exe --pack-extension=c:\myext --pack-extension-key=c:\myext.pem