0
<script type="text/javascript" src="http://www.google.com/jsapi">
在擴展程序中不起作用。其實我是想使用谷歌API的註音鍵盤 這樣Google API PHONETIC鍵盤在擴展程序中不起作用
google.load("elements", "1", {packages: "keyboard"});
function onLoad() {
google.elements.keyboard.enableKeyCodeScheme(false);
new google.elements.keyboard.Keyboard(
[google.elements.keyboard.LayoutCode.MALAYALAM_PHONETIC],
['t']);
document.getElementById('t').focus();
}
google.setOnLoadCallback(onLoad);
manifest.json的權限似乎是罰款: - "permissions": ["tabs","http://*/*","https://*/*"],
還是安慰出現這樣
非常感謝您的回答,這一變化我得到了另一個控制檯錯誤** Uncaught ReferenceError:google沒有定義**。這裏提到的錯誤'google.load(「elements」,「1」,{packages:「keyboard」});' – Muhammed