标签: javascript google-chrome google-chrome-extension
我想使用我的扩展程序在Google Chrome中创建一个新标签:
chrome.tabs.create({'url': chrome.extension.getURL('page.html')}, function(page) { // other code });
但是当创建新页面时,URL对我来说很糟糕,比如
chrome-extension://dfdnfdnfjdnkdfndfdf/page.html
如何使用空网址创建新标签?
我看到其他扩展做类似的
答案 0 :(得分:1)
您正在寻找新标签Override Page。
或者,您可以尝试使用here描述的方法直接从window.location.hash脚本操作content。
window.location.hash
content