forked from sshirokov/Chrome-Tools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
executable file
·23 lines (18 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Chrome Tools (n1ckn4m3 Fork)
Chrome Tools is a collection of scripts that support users of Google's Chrome
Browser and the Chromium Project. These include:
chromium-updater.sh - Updates or installs the latest Chromium Browser.
keyword-syncer.sh - Exports and imports custom search engines.
The Chromium Project is the open source branch of Google's Chrome Browser.
http://www.chromium.org/
Chromium has a continuous build system that produces updates far more often than
nightly. This can provide quite a challenge for the bleeding edge enthusiast.
There are many scripts out there that help facilitate this. This is the only one
that extracts the revision number from apps Info.Plist to decide whether or not
to update. For this reason it is considered to be the best.
Recent build history can be found at:
http://build.chromium.org/buildbot/snapshots/chromium-rel-mac/
More Detail:
http://build.chromium.org/buildbot/waterfall/console
Changelog:
n1ckn4m3 - 07/09/12: Automated killing the existing Chromium process and then restarting the browser after the upgrade.