From 071d9c87c8e883c75842c35d4561fb4e8343ec26 Mon Sep 17 00:00:00 2001 From: didierfred <didierfred@gmail.com> Date: Wed, 25 Jul 2018 10:14:38 +0200 Subject: [PATCH] small presentation modification --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c22ff..1bfc63e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ The rules table contains lines with the following parameters : - apply on : "request" if the modification apply on the request headers or "response" if the modification apply on the response headers - status : on if the modification is active , off otherwise -We can choose the urls on which the modifications applies by modifying the url pattern. The url pattern must follow the syntaxe define by https://developer.chrome.com/extensions/match_patterns . Putting an empty string on the field will select all urls. It's possible to select mutliple url patterns using semicolon(;) separator +We can choose the urls on which the modifications applies by modifying the url pattern : +- The url pattern must follow the syntaxe define by https://developer.chrome.com/extensions/match_patterns +- Putting an empty string on the field will select all urls +- It's possible to select mutliple url patterns using semicolon(;) separator To save and apply the modification , you need to click on the save button -- GitLab