Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: GGolf Newsgroups: comp.lang.java.programmer Subject: Re: save webpage content Date: Wed, 04 Jan 2012 15:01:41 +0530 Organization: Aioe.org NNTP Server Lines: 10 Message-ID: References: <0bcfbef7-1329-4e57-98e2-5e14133a69dd@g41g2000yqa.googlegroups.com> NNTP-Posting-Host: P9suHaq9jWUPmwh8Bl6h7A.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110419 Thunderbird/3.1.9 X-Notice: Filtered by postfilter v. 0.8.2 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11065 On 01/04/2012 02:40 PM, i need chrome 12 downloads wrote: > I want to store the webpage content for the following url. chrome- > extensions://xxx/background.html . > I am not getting error ioexjava.net.UnknownHostException: chrome- > extension..while i used Url url = URL("chrome-extensions://xxx/ > background.html") is there any other way to getting the chrome > extensions background page source code??? That URL is visible only within Chrome. If you only need to save the webpage, you could do that within Chrome's Developer Tools, instead of using Java.