Actually, the way mentioned in the askvg.com URL to hack the
default.dll is unsupported, has caused crashes, and is actually much
harder, even for just replacing the images.
Look at the images section of the manifest.json:
"images": {
"theme_frame": "images/theme_frame_visual.png",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_toolbar": "images/theme_toolbar_visual.png"
},
It uses plain-old, human-readable text to specify the images that you
want, keyed against meaningful label names for what that image is for
(as opposed to the coded resource names you get from hacking
default.dll). What could be simpler than that? And, of course, this
is the proper, supported method to create themes.
On Jun 17, 6:31 pm, Anthony <[email protected]> wrote:
> Themes aren't that hard to create if you are good in graphic design,
> the way you are doing, you need to be good in graphic design AND
> programming. I think there is another way if you just want to replace
> the images in an existing
> theme:http://www.askvg.com/how-to-create-and-install-your-own-custom-themes...
>
> On Jun 17, 7:54 am, Jérémy Selier <[email protected]> wrote:
>
>
>
> > Hi everyone,
>
> > First of all, I know we are talking about early features of chromium/
> > chrome that are not fully functional yet.
>
> > I'm trying to create my first theme, I have unpacked the test example
> > from
> > :http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/exte...
>
> > I'm able to create my crx file but when I try to add it to my chrome
> > 3.0.187.1, I have the error message "A theme cannot contain extensions
> > code."
>
> > I know everything isn't stable yet but maybe there is a temporary
> > workaround? I was able to
> > installhttp://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/exte...
> > from an old revision, not the last one.
>
> > Regards,
>
> > --
> > Jeremy
--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---