Finally the Answer to Installing and Using Extensions in Chrome
I think this is as clear an explanation of extensions as I'v seen, it is to me anyway :-))
I won't go into where to create your extensions folder, I have mine in the Chrome default location (C:\Users\Steve\AppData\Local\Google\Chrome\User Data\Default\)
For this example I'll use AdSweep as the extension to be installed (The paths are fairly straightforward).
Copy the AdSWeep.crx file to your preferred location
You then need to install it, there are 2 options
1. Create an installation shortcut ...
Very simply add "--install-extension" after the Chrome.exe and the name of the file you want to install at the end of the path
C:\Users\Steve\AppData\Local\Google\Chrome\Application\chrome.exe --install-extension="C:\Users\Steve\AppData\Local\Google\Chrome\User Data\Default\Extensions\adsweep.crx"
2. Click (or double click) on the file in your extensions folder.
The effect of either of these options is to create a folder in your extension folder which contains the manifest.JSON and AdSweep.js files
To run Chrome with extensions enabled is really easy just add "--enable-extensions" after the Chrome.exe in your Chrome shortcut.
C:\Users\Steve\AppData\Local\Google\Chrome\Application\chrome.exe --enable-extensions
That's it, this article (although its about AdSweep probably explains it better than me).
http://www.downloadsquad.com/2009/04...-with-adsweep/
If you want to check your extensions are installed then chrome-ui://extensions/
I think it was Kyrax who was pondering the problem of multiple manifest files in the extensions folder, taking this as an example 'cos I've actually got 2 extensions live then all you do is put the JSON and JS files in a folder ...
Anyway,
Enjoy people :-D


LinkBack URL
About LinkBacks




Reply With Quote

Thanks alot! 

