diff options
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r-- | ext/bg/options.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index e3168ca1..3595cda4 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -93,6 +93,10 @@ <label><input type="checkbox" id="search-form-text-fields"> Search form text fields</label> </div> + <div class="checkbox"> + <label><input type="checkbox" id="search-alphanumeric"> Search alphanumeric text</label> + </div> + <div class="form-group options-advanced"> <label for="scan-delay">Scan delay</label> <input type="number" min="1" id="scan-delay" class="form-control"> |