I'm writing an extension. in the mainfest.json i used the following code.
which gave the " could not load the extension .......{
"format_version": 1,
"version": "1.0",
"name": "myextension",
"background_page": "background.html",
"content_scripts": [
{
"matches": ["chrome://newtab/*"],
"js": ["abc.js"]
}
]
}
invalid value for 'content_script[0]. matches[0]'. " error message
I'm using google chrome 4.0.213.1 div version. In which there is a inbuilt newtab


LinkBack URL
About LinkBacks



Reply With Quote
