this.window.location.href
スクリプトでこの機能を試したhtmlファイルのchrome拡張機能で動作していません:
function myFunction()
{
var pl = this.window.location.href;
var sWords= localStorage.getItem(pl);
document.write(pl);
}
そしてそれは私に与えます:
chrome-extension://ebeadbfnnghmakkbimckpdmocjffkbjc/popup.html
ページのリンクを取得するにはどうすればよいですか?