Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

This is a discussion on Please post your tips here on creating crx themes within the Themes Development section, part of the Chrome Themes category: it's a simple batch file for WinXP Code: cd "C:\Documents and Settings\username\Local Settings\Application Data\Google\Chrome\Application" chrome.exe --pack-extension="C:\Documents and Settings\username\Desktop\DefaultTheme" it's rather ...


  1. #21
    sulasno's Avatar
    sulasno is offline Super Moderator
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,759

    Default

    it's a simple batch file for WinXP

    Code:
    cd "C:\Documents and Settings\username\Local Settings\Application Data\Google\Chrome\Application"
    chrome.exe --pack-extension="C:\Documents and Settings\username\Desktop\DefaultTheme"
    it's rather crude but it works;

    put the batch file into the folder of the theme created;

    "C:\Documents and Settings\username" maybe replace by %userprofile%

  2. #22
    PAEz's Avatar
    PAEz is offline Moderator
    Join Date
    Aug 2009
    Location
    Australia
    Posts
    655

    Default Awesome!

    You just saved me alot of hassle sulason, thanks.
    Before when ever I wanted to tweak my theme I used the Load Unpacked Extension option, problem with that is I had to increase the version number in the manifest every time or the changes didnt take effect (what a hassle). But with some changes to that bat (and a little research) I no longer have to.

    Load Theme.zip
    Homepage of Process.exe http://www.beyondlogic.org/consultin...rocessutil.htm

    Unzip Load theme.zip to the directory of the theme your working on, double click load.bat and all instances of chrome should close and then your theme will be reloaded.
    This should work for anyone using XP thanks to the %USERPROFILE% variable. Even tho xp comes with a command line app to kill processes there was a few issues that made me use the above exe instead (such as it closes cleanly (not forced) and some commands where only available in the pro version of xp).
    Dont forget to delete process.exe and load.bat before packing .

  3. #23
    sulasno's Avatar
    sulasno is offline Super Moderator
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,759

    Default

    don't thank me, thank JK :-)

  4. #24
    sulasno's Avatar
    sulasno is offline Super Moderator
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,759

    Default

    btw I use this command line to kill IE when it hangs;

    Code:
    %windir%\system32\taskkill.exe /f /im iexplore.exe

  5. #25
    PAEz's Avatar
    PAEz is offline Moderator
    Join Date
    Aug 2009
    Location
    Australia
    Posts
    655

    Default

    Why?....he didnt bother posting the tip

    I saw mentioned on a few pages that taskkill didnt come with the home version of xp so I thought Id find something for both versions.

  6. #26
    ktkps is offline Junior Member
    Join Date
    Dec 2009
    Posts
    7

    Default

    great tips.....please contribute to

    http://code.google.com/p/chromium/wi...eCreationGuide

    (anyone can edit it until you are making credible changes!)

Page 3 of 3 FirstFirst 123

Similar Threads

  1. cache/bookmark HTTP POST request
    By dzieciou in forum Chrome Talk
    Replies: 0
    Last Post: 10-12-2009, 09:40 PM
  2. Must have 15 posts to post URLs?
    By vietnam in forum General Chat
    Replies: 5
    Last Post: 03-05-2009, 02:11 AM
  3. post your story and earn $1000?
    By r4yd3n in forum General Chat
    Replies: 2
    Last Post: 02-03-2009, 02:38 PM
  4. Bug with POST resend
    By Steps09 in forum Bugs and Vulnerabilities
    Replies: 1
    Last Post: 11-15-2008, 09:41 AM
  5. Tips from the main site
    By Chrome in forum Chrome Tips & Tricks
    Replies: 5
    Last Post: 09-10-2008, 03:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •