Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "description": "Pages hand-picked for Chrome Proxy tests.", | |
|
tonyg
2014/03/12 02:08:37
We'll need to check in a recording along with the
bolian
2014/03/19 00:20:03
Split to a separate CL.
| |
| 3 "pages": [ | |
| 4 { | |
| 5 "url": "https://www.google.com/#hl=en&q=barack+obama", | |
| 6 "why": "top google property; a google tab is often open" | |
| 7 }, | |
| 8 { | |
| 9 "url": "http://www.youtube.com", | |
| 10 "why": "#3 (Alexa global)" | |
| 11 }, | |
| 12 { | |
| 13 "name": "Wordpress", | |
| 14 "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-editors-pi cks-for-august-2012/", | |
| 15 "why": "#18 (Alexa global), Picked an interesting post" | |
| 16 }, | |
| 17 { | |
| 18 "name": "Facebook", | |
| 19 "url": "http://www.facebook.com/barackobama", | |
| 20 "why": "top social,Public profile" | |
| 21 }, | |
| 22 { | |
| 23 "name": "LinkedIn", | |
| 24 "url": "http://www.linkedin.com/in/linustorvalds", | |
| 25 "why": "#12 (Alexa global),Public profile" | |
| 26 }, | |
| 27 { | |
| 28 "name": "Wikipedia (1 tab)", | |
| 29 "url": "http://en.wikipedia.org/wiki/Wikipedia", | |
| 30 "why": "#6 (Alexa) most visited worldwide,Picked an interesting page" | |
| 31 }, | |
| 32 { | |
| 33 "name": "Twitter", | |
| 34 "url": "https://twitter.com/katyperry", | |
| 35 "why": "#8 (Alexa global),Picked an interesting page" | |
| 36 }, | |
| 37 { | |
| 38 "name": "Pinterest", | |
| 39 "url": "http://pinterest.com", | |
| 40 "why": "#37 (Alexa global)" | |
| 41 }, | |
| 42 { | |
| 43 "name": "ESPN", | |
| 44 "url": "http://espn.go.com", | |
| 45 "why": "#1 sports" | |
| 46 }, | |
| 47 { | |
| 48 "url": "http://news.yahoo.com", | |
| 49 "why": "#1 news worldwide (Alexa global)" | |
| 50 }, | |
| 51 { | |
| 52 "url": "http://www.cnn.com", | |
| 53 "why": "#2 news worldwide" | |
| 54 }, | |
| 55 { | |
| 56 "name": "Weather.com", | |
| 57 "url": "http://www.weather.com/weather/right-now/Mountain+View+CA+94043", | |
| 58 "why": "#7 (Alexa news); #27 total time spent,Picked interesting page" | |
| 59 }, | |
| 60 { | |
| 61 "url": "http://www.amazon.com", | |
| 62 "why": "#1 world commerce website by visits; #3 commerce in the US by time spent" | |
| 63 }, | |
| 64 { | |
| 65 "url": "http://www.ebay.com", | |
| 66 "why": "#1 commerce website by time spent by users in US" | |
| 67 }, | |
| 68 { | |
| 69 "url": "http://games.yahoo.com", | |
| 70 "why": "#1 games according to Alexa (with actual games in it)" | |
| 71 }, | |
| 72 { | |
| 73 "url": "http://booking.com", | |
| 74 "why": "#1 Alexa recreation" | |
| 75 }, | |
| 76 { | |
| 77 "url": "http://answers.yahoo.com", | |
| 78 "why": "#1 Alexa reference" | |
| 79 }, | |
| 80 { | |
| 81 "url": "http://sports.yahoo.com/", | |
| 82 "why": "#1 Alexa sports" | |
| 83 }, | |
| 84 { | |
| 85 "url": "http://techcrunch.com", | |
| 86 "why": "top tech blog" | |
| 87 }, | |
| 88 { | |
| 89 "url": "http://www.nytimes.com", | |
| 90 "why": "" | |
| 91 } | |
| 92 ] | |
| 93 } | |
| OLD | NEW |