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

Difference between revisions of "Orion/How Tos/Developing Chrome extensions in Orion"

< Orion‎ | How Tos
(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...)
 
Line 5: Line 5:
 
# Orion Navigator > your directory > More > Export Zip
 
# Orion Navigator > your directory > More > Export Zip
 
# Chrome > Wrench > Tools > Extensions > Developer Mode > Load Unpacked Extension > download directory > zip file
 
# Chrome > Wrench > Tools > Extensions > Developer Mode > Load Unpacked Extension > download directory > zip file
 +
 +
 +
[[Category:Orion|How To]]
 +
[[Category:Orion/How_To|Chrome extensions]]

Revision as of 09:15, 8 September 2011

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