Google Chrome themes, plugins, addons, extensions and many more stuff. Everything in one place.

Showing posts with label how-to. Show all posts
Showing posts with label how-to. Show all posts

How to use separate profiles in Chrome

|
Here you have a tutorial on how to create separate profiles for Google Chrome.

  • Open Chrome installation folder at:
    C:\Users\\AppData\Local\Google\Chrome (for Windows Vista)
    C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome (for Windows XP)
  • Go to User Data folder available inside Chrome installation folder.
  • Create a copy of the “default” folder in the “User Data” folder itself. Give that copy a name.
  • To run Google Chrome using this profile instead of the default profile, create a shortcut on your desktop by right-clicking on desktop, choose New -> Shortcut and enter location:
    C:\Users\\AppData\Local\Google\Chrome\Application\chrome.exe –user-data-dir=”..\User Data\Your_Name” (for Windows Vista)
    C:\Documents and Settings\User\Local Settings\Application Data\Google\Chrome\Application\chrome.exe –user-data-dir="..\User Data\Your_Name" (for Windows XP)

How to Create a New Google Chrome Theme V2

|
The first how-to is here. Now I created a script that replaces all resources in default.dll file. That makes our work a lot easier.

Download New Theme KIT V2 and extract the zip file to any folder on your computer.

Step 1:

Edit the files in images folder.

Step 2:

Download Resource Hacker, extract and put all files next to replace-resources.bat.

Step 3:

Run replace-resources.bat - this will create a default.dll file with your new theme.

Download:
Tools:
How to Install:
To install your new theme, copy the default.dll file and replace the one found in C:\Documents and Settings\User\Local Settings\Application Data\Google\Chrome\Application\0.2.149.27\Themes\ for XP users, or C:\Users\User\AppData\Local\Google\Chrome\Application\0.2.149.27\Themes\ for Vista users

Important Notes:

Don’t forget to make backup of default theme file before replacing with new one.
Don't change the size of the png files when editing them.

How to Create a New Google Chrome Theme

|
Download New Theme KIT and extract the zip file to any folder on your computer.

Step 1:

Edit the files in images folder.

Step 2:

You can use the original default.dll, from the Chrome installation directory or the downloaded one. Open the default.dll with Resource Hacker and expand "BINDATA". Now you will see resource files starting with 9000.

Replace the changed resource files, one by one, like this.
  1. Right-click on resource
  2. Click on "Replace Resource"
  3. Browse to the correspondent file you edited - keep in mind only correspondingly numbered png's from this package will be compatible with the respective png's in dll. Dont mess the numbers up.
  4. In "Resource Type" write BINDATA
  5. In "Resource Name" white number corresponding to the file you want to replace
  6. In "Resource Language" type 1033
  7. Continue this process for all the files
Update:

Upgraded New Theme KIT that replaces all files at once to create a new Theme. Check it here.
 
Download:
Tools:
How to Install:

To install your new theme, copy the default.dll file and replace the one found in C:\Documents and Settings\User\Local Settings\Application Data\Google\Chrome\Application\0.2.149.27\Themes\ for XP users, or C:\Users\User\AppData\Local\Google\Chrome\Application\0.2.149.27\Themes\ for Vista users

Important Notes:

Don’t forget to make backup of default theme file before replacing with new one.
Don't change the size of the png files when editing them.

This how-to is based on information given by Lord Devrexster at www.winmatrix.com.