add http url support
This commit is contained in:
parent
6ebf0895d3
commit
a55cc7ef72
|
@ -20,6 +20,11 @@
|
||||||
"js": ["js/oa.js"],
|
"js": ["js/oa.js"],
|
||||||
"run_at": "document_start"
|
"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/*"],
|
"matches": ["https://oa.komect.com:2100/oa/oa/*"],
|
||||||
"js": ["js/oa.js"],
|
"js": ["js/oa.js"],
|
||||||
|
@ -30,6 +35,11 @@
|
||||||
"js": ["js/read.js"],
|
"js": ["js/read.js"],
|
||||||
"run_at": "document_start"
|
"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/*"],
|
"matches": ["https://oa.komect.com:2100/oa/document/*"],
|
||||||
"js": ["js/read.js"],
|
"js": ["js/read.js"],
|
||||||
|
|
Loading…
Reference in New Issue