File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ chrome.runtime.getBackgroundPage( background => {
7272 < span className = "comment" > (required for ImmutableJS states)</ span >
7373 </ div >
7474 < div className = "input" >
75- < span className = "caption" > Inject in all pages :</ span >
75+ < span className = "caption" > Allowed everywhere :</ span >
7676 < input id = "inject" type = "checkbox" defaultChecked = { items . inject } onChange = { saveOption } />
7777 < span className = "comment" > (disable to allow only the urls bellow)</ span >
7878 </ div >
7979 < div className = "input" >
80- < span className = "caption" > Pages urls to inject DevTools in (regex from new line):</ span >
80+ < span className = "caption" > Allowed for the following urls (regex from new line):</ span >
8181 < textarea onChange = { saveUrls } id = "urls" defaultValue = { items . urls } />
8282 </ div >
8383 < div className = "input" >
Original file line number Diff line number Diff line change 77 style .
88 body {
99 padding : 2px ;
10- min-width : 360 px ;
10+ min-width : 380 px ;
1111 }
1212 .input {
1313 margin-bottom : 10px ;
1414 }
1515 .caption {
1616 margin-right : 5px ;
17- width : 105 px ;
17+ width : 115 px ;
1818 display : inline-block ;
1919 vertical-align : top ;
2020 padding-top : 3px ;
You can’t perform that action at this time.
0 commit comments