You can only edit it if you edit the source code of Chrome and compile, or (maybe!)using a resource editor or something on "chrome.dll". To find chrome.dll", click on the "Start" menu button-->Run... Type there - %userprofile%\Local Settings\Application Data\Google\Chrome\Application Click on "OK" and go to the folder of the latest version, inside there is "chrome.dll". Open it in a resource editor and find the HTML (not sure it is even possible), edit its source accordingly and save the DLL.
☆PhistucK On Tue, Dec 1, 2009 at 18:03, Rogernxs <[email protected]> wrote: > Nice points made. > > I like the 'New Tab' layout - almost > I would like to have a preference to have more than 8 pages shown > this maybe fine for many users... i would like about 20 page thumbs. > Ideally this would be better if it could be preferentially set by the > user. > > i can see in the source HTML that it is set as 4x2 block > ---code version3.0.195.33 from line 1617--- > var cols = 4; > var rows = 2; > var marginWidth = 10; > var marginHeight = 7; > var borderWidth = 4; > var thumbWidth = small ? 150 : 207; > var thumbHeight = small ? 93 : 129; > .... > -------- > The rows and cols should come from a preference file with these > settings as default values. > I would like to edit this but i cannot find where Chrome loads -its > NOT in Program Files(I looked) > > If anyone could point out where i could edit this page and how to > update it.... Fantastic. > Rogernxs > > -- > Chromium Discussion mailing list: [email protected] > View archives, change email options, or unsubscribe: > http://groups.google.com/group/chromium-discuss > -- Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss
