Power Chrome: Chrome Extensions
May.28, 2009 in
Google, Web Design
This is the first in a series of several posts outlining ways to take advantage of lesser-known Chrome features.
To try out the most recent development version of Chrome, you will need to make a few easy changes to your installation.
(img src: popandpolitics.com)
Instructions:
- download the Chrome channel switcher here
- after installing and running the program, select the ‘Dev’ channel
- to enable plugins, right-click your chrome shortcut and select properties.
- in the ‘Target:’ field, add ’–enable-extensions’ to your path. (e.g. ‘”<chrome-path>” –enable-extensions’)
This developer channel might be a bit buggy but it gives you the chance to try out the newest Chrome release. A few notable features at the writing of this post:
- ability to edit starting page thumbnails
- support for extensions (.crx files)
- support for video tag
Info about current releases on each channel can be found on the updates blog for versions: stable, beta, and dev
Available Chrome extensions include:
- AdSweep strip ads from web pages (link).
- Provided by Adsweep.org
- Googlepedia (link).
- RSS Feed Subscribe (link)
- GMail Inbox + New Message Count (link)
Additional flags for adding functionality: (turn them on just as you did –enable-extensions)
- -omnibox-popup-count=10
- specify the number of suggestions Chrome gives when typing in the omnibar
- -remote-shell-port=10
- change the port for remote shell
- --single-process
- run all chrome tabs within a single process (more info about Chrome processes: Chrome’s Process Model Explained)
- –process-per-site
- run a separate chrome process for each site (2 google tabs will be within the same process)
- –process-per-tab
- run a separate chrome process for each tab
- –enable-extensions
- turn on support for extensions (.crx)
- –proxy-server=PROXYSERVER:PORT
- specify a proxy server
- –enable-user-scripts
- turn on support for user scripts
- –enable-user-scripts –user-data-dir=”path\to\your\profile”
- specify the directory for user data
- –enable-logging
- turn on logging for developer use
- –enable-greasemonkey
- enable greasemonkey (place scripts from Userscripts.org in the C:\scripts\ directory)
- –auto-spell-correct
- enables fixing of little spelling issues automatically

Leave a Reply