Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Orion/How Tos/Developing Chrome extensions in Orion

< Orion‎ | How Tos
Revision as of 09:14, 8 September 2011 by John arthorne.ca.ibm.com (Talk | contribs) (New page: If you develop a Chrome extension in Orion, it is easy to quickly install it directly into your browser for test/demo purposes. If you have a directory in Orion implementing a chrome exte...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If you develop a Chrome extension in Orion, it is easy to quickly install it directly into your browser for test/demo purposes.

If you have a directory in Orion implementing a chrome extension:

  1. If you are using experimental API, use URL chrome://flags, pick enable on the flag, exit restart.
  2. Orion Navigator > your directory > More > Export Zip
  3. Chrome > Wrench > Tools > Extensions > Developer Mode > Load Unpacked Extension > download directory > zip file

Back to the top