add http url support

This commit is contained in:
huangxin 2020-03-06 09:36:16 +08:00
parent 6ebf0895d3
commit a55cc7ef72
1 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,11 @@
"js": ["js/oa.js"],
"run_at": "document_start"
},
{
"matches": ["http://oa.komect.com/oa/oa/*"],
"js": ["js/oa.js"],
"run_at": "document_start"
},
{
"matches": ["https://oa.komect.com:2100/oa/oa/*"],
"js": ["js/oa.js"],
@ -30,6 +35,11 @@
"js": ["js/read.js"],
"run_at": "document_start"
},
{
"matches": ["http://oa.komect.com/oa/document/*"],
"js": ["js/read.js"],
"run_at": "document_start"
},
{
"matches": ["https://oa.komect.com:2100/oa/document/*"],
"js": ["js/read.js"],