-
Notifications
You must be signed in to change notification settings - Fork 26
Installation
virtual-dev edited this page Mar 13, 2015
·
3 revisions
There are 3 ways of installing a Chrome extension.
This is the easiest way to do it.
Just head over the extension page and click the Add to Chrome
button.
You only have access to the latest version though.
Due to security issues (nasty toolbars, spam, malwares...) the Chrome team has decided to remove support for this type of installation on Windows. read more
A .crx file is a file that contains the packaged extension.
- Download the .crx file from the release you want
- Go to chrome://extensions
- Drag and drop the file
This may be the most intimidating if you've never touched code before, however this is not very complicated.
- Download the .zip or .tar.gz file from the release you want
- Extract the archive
- [Only v2.0.0 and above] you need to have bower installed. See how
- In your terminal
cd
into the newly extracted folder and typebower install
. Bower will install the required dependencies. - Once it's done. Go to the created
bower_components/chrome-platform-analytics
folder and delete thesrc
directory (which causes errors on install) - Now in your browser, go to chrome://extensions
- Tick the checkbox
Developer mode
in the top right corner - Click the button
Load unpacked extension...
- Select the root cardboard folder. It must contain a file called manifest.json. If not, it's probably a child folder. ie: you must choose the folder that directly contains the manifest.json