-
-
Save katcaola/a8d3099d2c1e4c260d1a463d029bb92f to your computer and use it in GitHub Desktop.
Revisions
-
cletusw revised this gist
Oct 8, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ([source](http://superuser.com/a/946407/213886)) *Taking [denilson-sá's answer][2] further...* -
cletusw revised this gist
Oct 8, 2015 . 1 changed file with 8 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ [source](http://superuser.com/a/946407/213886) *Taking [denilson-sá's answer][2] further...* You need revision numbers to grab downloads. So first lookup the full version string from the following URL, adjusting parameters as needed: https://omahaproxy.appspot.com/history.json?channel=stable&os=mac @@ -8,6 +10,9 @@ For Chrome version 28 the full version string is 28.0.1500.71. Now go to https:/ You can use that base position number and platform as a filter at either of these URLs: * http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html * http://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html You probably won't have a perfect match on the base position number but you can at least use it to get close to the version you want. [2]: http://superuser.com/a/832485/474367 -
cletusw revised this gist
Oct 8, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ [source](http://superuser.com/a/946407/213886) You need revision numbers to grab downloads. So first lookup the full version string from the following URL, adjusting parameters as needed: -
cletusw created this gist
Oct 8, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ (from http://superuser.com/a/946407/213886) You need revision numbers to grab downloads. So first lookup the full version string from the following URL, adjusting parameters as needed: https://omahaproxy.appspot.com/history.json?channel=stable&os=mac For Chrome version 28 the full version string is 28.0.1500.71. Now go to https://omahaproxy.appspot.com and enter the full version string ("28.0.1500.71") into the Position Lookup box. Copy the Base Position number ("209842" in this case). You can use that base position number and platform as a filter at either of these URLs: http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html http://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html You probably won't have a perfect match on the base position number but you can at least use it to get close to the version you want.