Answer the question
In order to leave comments, you need to log in
Why is the link not being followed from the popup window of the extension?
manifest.json:
{
"manifest_version": 2,
"name": "Test",
"version": "1",
"icons": {
"128": "128x128.png"
},
"browser_action": {
"default_title": "Test",
"default_icon": "128x128.png",
"default_popup": "popup.html"
}
}
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<a href="http://ya.ru/">Ya</a>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
For starters, try adding
target="_blank" in the link attributes.
If that doesn't help
stackoverflow.com/questions/8915845/chrome-extensi...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question