thesaurus & dictionary > Support > Support HTTPS for use in Chrome Extensions

Search

Topic closed
User Post
Zac Borders
1 post(s)


So far I have found no way to make a call to your site / api for a personal chrome extension I am writing. It is my understanding if you supported https then it would be possible. If you know of an alternative solution please let me know! Here is my post on StackOverflow for reference. http://stackoverflow.com/questions/28620480/refused-to-load-the-script-chrome-extension


20-Feb-15, 3:32:46 Rispondi | Citazione | Report spam
admin
145 post(s)


Web site

Please check that your script is declaring required permissions, as described here:

https://developer.chrome.com/extensions/xhr#requesting-permission
https://developer.chrome.com/apps/app_external#external

Inside your manifest there should be something like:

"permissions": [   "*http://thesaurus.altervista.org/*" ],



20-Feb-15, 19:31:08 Rispondi | Citazione | Report spam