INSTALLATION: 1. Open Chrome. 2. Open a new tab. 3. Click "hamburger" icon at top right. 4. Mouse over BOOKMARKS. 5. In flyout menu click BOOKMARK THIS PAGE. Bookmark dialog will open. 6. In NAME field enter "ExtractURLSfromSERPS" or some other name you will recognize. 7. Click the EDIT button. 8. Copy the javascript snippet below and paste it into the URL field, overwriting whatever is there now. 9. Click the SAVE button. 10. Do a Google search for anything. 11. When search results page opens, click "hamburger" icon, open BOOKMARKS, click on the one you just created. 12. List of URLs behind SERPs from Google will open in a new tab. Google default is to present 20 serps from a search. To change that, on the page of Google SERPs, in the top menu click SETTINGS | SEARCH SETTINGS. Then scroll down to RESULTS PER PAGE where you can select 10, 20,m 30, 40, 50 or 100 SERPS per page. JAVASCRIPT SNIPPET: javascript:var a = document.getElementsByTagName('a'), arr = '';for(var i=0; i' + a[i].href);var newWindow = window.open();newWindow.document.write(arr);newWindow.document.close();