I believe this is a great idea for this browser, and would put it
ahead of the rest by far. Create a lite mode, when it has to be
started with something like chrome -t

Basically a html rendering terminal. This would disable all web
extentions such as http and so on and leave one protocol handler
called exec

it could execute a script and render the output as html. This would be
good for web developers who don't know anything about GUI programming
with different widgets. Probley work the best on linux or mac.

one mode could disable everything except for the html render area and
title bar, to render when opened with file extention.

Another could be command browser, command bar/address bar to enter
commands into

Think of how fast GUI applications could be developed. Non web safe
plugins could be developed for this mode.

a perl script or another language could run

#!/usr/bin/perl

print<<EOF
<a href="exec:ls ~/">List Home Files</a>
<a href="exec:whoami">Who Am I</a>
<a href="exec:myscript with arguments">System Maintenance</a>
EOF
;


Flash could be embeded also, css all sorts of stuff could be done with
this. Please tell me what you think, Does anyone want to help me
develop extentions like this? Does anyone think this is a good idea?

--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to