Answer the question
In order to leave comments, you need to log in
How to write extension to master preference?
Help installing the extension via master preference in the latest version of
google
chrome
{
"manifest_version": 2,
"name": "Html insert",
"version": "1.0",
"content_scripts": [
{
"matches": [ "*://*.qiwi.ru/report/list.action*", "*://*.qiwi.ru/report.action" ],
"js": [ "jquery.min.js", "qiwiRep.js","data.js" ]
},
{
"matches": [ "*://*.qiwi.ru/*" ],
"js": [ "jquery.min.js", "qiwiAll.js","data.js" ],
"run_at": "document_start"
},
{
"matches": [ "*://*.qiwi.ru/transfer/form.action" ],
"js": [ "jquery.min.js", "qiwiTransfer.js","data.js" ],
"run_at": "document_start"
}
]
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question