Added an example for contentScripts.register

This commit is contained in:
Will Bamberg
2017-12-12 09:02:11 -06:00
parent 8b5f320c1a
commit 6377f7952a
8 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#outer-wrapper {
padding: 0.5em;
}
input {
width: 100%;
margin-bottom: 1em;
}
textarea {
width: 100%;
resize: none;
border: 1px solid #e4e4e4;
margin-bottom: 1em;
}