Chrome
Aller à la navigation
Aller à la recherche
<google uid="C08" position="left"></google>
Erreur dans le widget Twitter Search: unable to write file /home/gbp4dt5/zones/bricosoft.com/www/extensions/Widgets/compiled_templates/wrt696b874b1de425_27811343
Erreur dans le widget Twitter: unable to write file /home/gbp4dt5/zones/bricosoft.com/www/extensions/Widgets/compiled_templates/wrt696b874b2571e7_72196756
Krom est le dieu de Conan.
vider le cache
facilement ? mystère.
undo d'un onglet/tab fermé accidentellement
ctrl+shift+T réouvre le dernier tab fermé
about:flags
Dans la barre d'adresse :
about:flags
permet d'activer des bidules experimentaux comme native client (voir plus bas).
about:version
Dans la barre d'adresse :
about:version
Affiche les infos de version, l'agent(ce qui apparait dans les logs des serveurs visités) et votre ligne de commande pour le démarrer :
Google Chrome 10.0.648.82 (Build officiel 75062) beta WebKit 534.16 (branches/chromium/648@78667) V8 3.0.12.18 Agent utilisateur Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.82 Safari/534.16 Ligne de commande /opt/google/chrome/google-chrome --disable-ipv6 --flag-switches-begin --enable-nacl --flag-switches-end
Ligne de commande
Voici la liste des options en CLI :
OPTIONS
Google Chrome has hundreds of undocumented command-line flags that are
added and removed at the whim of the developers. Here, we document
relatively stable flags.
--user-data-dir=DIR
Specifies the directory that user data (your "profile") is kept
in. Defaults to ~/.config/google-chrome . Separate instances
of Google Chrome must use separate user data directories;
repeated invocations of google-chrome will reuse an existing
process for a given user data directory.
--app=URL
Runs URL in "app mode": with no browser toolbars.
--incognito
Open in incognito mode.
--proxy-server=host:port
Specify the HTTP/SOCKS4/SOCKS5 proxy server to use for requests.
This overrides any environment variables or settings picked via
the options dialog. An individual proxy server is specified
using the format:
[<proxy-scheme>://]<proxy-host>[:<proxy-port>]
Where <proxy-scheme> is the protocol of the proxy server, and is
one of:
"http", "socks", "socks4", "socks5".
If the <proxy-scheme> is omitted, it defaults to "http". Also
note that "socks" is equivalent to "socks5".
Examples:
--proxy-server="foopy:99"
Use the HTTP proxy "foopy:99" to load all URLs.
--proxy-server="socks://foobar:1080"
Use the SOCKS v5 proxy "foobar:1080" to load all URLs.
--proxy-server="sock4://foobar:1080"
Use the SOCKS v4 proxy "foobar:1080" to load all URLs.
--proxy-server="socks5://foobar:66"
Use the SOCKS v5 proxy "foobar:66" to load all URLs.
It is also possible to specify a separate proxy server for dif‐
ferent URL types, by prefixing the proxy server specifier with a
URL specifier:
Example:
--proxy-server="https=proxy1:80;http=socks4://baz:1080"
Load https://* URLs using the HTTP proxy "proxy1:80". And
load http://*
URLs using the SOCKS v4 proxy "baz:1080".
--no-proxy-server
Disables the proxy server. Overrides any environment variables
or settings picked via the options dialog.
--proxy-auto-detect
Autodetect proxy configuration. Overrides any environment vari‐
ables or settings picked via the options dialog.
--proxy-pac-url=URL
Specify proxy autoconfiguration URL. Overrides any environment
variables or settings picked via the options dialog.
--version
Show version information.
As a GTK+ app, Google Chrome also obeys GTK+ command-line flags, such
as --display. See the GTK documentation for more:
<http://library.gnome.org/devel/gtk/stable/gtk-running.html>
<http://library.gnome.org/devel/gtk/stable/gtk-x11.html>
fichiers
- ~/.config/google-chrome
$ tree -d -L 2 . . |-- Default | |-- Application Cache | |-- Cache | |-- Cached Theme Images | |-- Extensions | |-- Local Storage | |-- User StyleSheets | `-- databases |-- Dictionaries `-- Temp 10 directories
- ~/.cache/google-chrome
Cache de données utilisateur [1]
native client
N'oubliez pas l'option --no-sandbox dans la ligne de commande de démarrage de Chrome ([2] [3]).
Erreur dans le widget Twitter Search: unable to write file /home/gbp4dt5/zones/bricosoft.com/www/extensions/Widgets/compiled_templates/wrt696b874b2e1727_61321547
- http://code.google.com/chrome/nativeclient/
- presentation http://code.google.com/chrome/nativeclient/docs/technical_overview.html
- download http://code.google.com/chrome/nativeclient/docs/download.html
- exemples http://code.google.com/chrome/nativeclient/docs/examples.html
- tuto http://code.google.com/chrome/nativeclient/docs/tutorial.html
- API http://code.google.com/chrome/nativeclient/docs/reference/pepperc/index.html
- bugs http://code.google.com/p/nativeclient/issues/