Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apps, Extensions and scripts cannot be added from this website

I'm trying to add the Rapid Interface Builder extension to chrome using the rib.crx file I downloaded from https://01.org/rapid-interface-builder/downloads/2012/rib-preview-1-chrome-extension

Unfortunately, every time I open the crx file with chrome I get the following error:

Apps, Extensions and scripts cannot be added from this website.

Any ideas on how to fix this?

like image 798
Barry Michael Doyle Avatar asked Apr 15 '14 18:04

Barry Michael Doyle


People also ask

How do I enable Extensions not from Chrome store?

Visit chrome://extensions (via omnibox or menu -> Tools -> Extensions). Enable Developer mode by ticking the checkbox in the upper-right corner. Click on the "Load unpacked extension..." button. Select the directory containing your unpacked extension.

How do I unblock add on Extensions?

Navigate to Apps & Extensions. Select the target OU. Select the USERS & BROWSERS tab at the top of the page. Ensure the proper setting for Allow users to install other apps & extensions is set to your desired configuration.


1 Answers

Instead of opening the file, you have to: extract it (crx are zip files), then visit chrome://extensions, enable developer mode, and load unpacked extension.

The reason for this is: lots of people try to abuse chrome apps/extensions to install nasty applications to your browser. So Chrome tries to make it impossible to automatically side-load these apps without you making sure that is really what you want to do.

So.. typical caveats of installing software apply when using this approach.

like image 84
mmocny Avatar answered Oct 03 '22 01:10

mmocny