1
this.window.location.href
工作是不是在HTML文件瀏覽器擴展程序 工作我試圖在腳本中此功能:window.location.href無法在Chrome擴展
function myFunction()
{
var pl = this.window.location.href;
var sWords= localStorage.getItem(pl);
document.write(pl);
}
,這讓我:
chrome-extension://ebeadbfnnghmakkbimckpdmocjffkbjc/popup.html
所以我應該做什麼來獲得頁面的鏈接?
的可能重複[如何得到我的頁面動作彈出當前打開的選項卡上的網址是什麼?(http://stackoverflow.com/questions/10413911/how-to-get-the-currently -opened-tabs-url-in-my-page-action-popup) –
@RobW鏈接刪除..謝謝指針..對不起... – ManseUK