Getting started for building an extension - sample extn does not work
Reported by
les.mur...@eperformancegroup.com,
Apr 22 2017
|
|||
Issue descriptionChrome Version : 58.0.3029.81 OS Version: 10.0 URLs (if applicable) : https://developer.chrome.com/extensions/getstarted What steps will reproduce the problem? 1. Install the getting started extn 2. Try to run it - nothing appears 3. Debug it and see that the API returns "This API is no longer available 4. Googling for that API shows it was shut down in 2015 What is the expected result? API should work What happens instead of that? Please provide any additional information below. Attach a screenshot if possible. Need to rework this example so it uses some other API UserAgentString: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36 var searchUrl = 'https://ajax.googleapis.com/ajax/services/search/images' + '?v=1.0&q=' + encodeURIComponent(searchTerm);
,
Apr 26 2017
,
Apr 26 2018
Issue has not been modified or commented on in the last 365 days, please re-open or file a new bug if this is still an issue. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
|||
►
Sign in to add a comment |
|||
Comment 1 by ranjitkan@chromium.org
, Apr 24 2017