From 63853b3497031eafd6003f560dcf4293d4e391cc Mon Sep 17 00:00:00 2001 From: didierfred <didierfred@gmail.com> Date: Sun, 7 Jan 2018 19:44:18 +0100 Subject: [PATCH] Update Texte in readme.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a178075..520d989 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ -# user-agent-rewriter +# SimpleModifyHeader ## What it does -This extension uses the webRequest API to rewrite the browser's User Agent header, but only when visiting pages under "https://httpbin.org", for example: https://httpbin.org/user-agent +This extension rewrite the header. + +You can configure rules to add,modify or remove headers. + + + -It adds a browser action. The browser action has a popup that lets the user choose one of three browsers: Firefox 41, Chrome 41, and IE 11. When the user chooses a browser, the extension then rewrites the User Agent header so the real browser identifies itself as the chosen browser on the site https://httpbin.org/. -## What it shows -* how to intercept and modify HTTP requests -* how to write a browser action with a popup -* how to give the popup style and behavior using CSS and JS -* how to send a message from a popup script to a background script -- GitLab