Skip to content

Commit db0bc1a

Browse files
committed
Update README.md
1 parent 1969931 commit db0bc1a

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
Devtools Redirect - Google Chrome extension
22
===============================
33

4-
Catch and redirect resources loaded from a specific domain / path.
4+
Catch and redirect resources loaded from a specific domain using a text string to match a resource.
55

66
Installation
77
---------------------
8-
1. To install the dev version, download or clone this repo.
9-
2. Navigate to **chrome://extensions** , then click on **Load unpacked extension...**
10-
3. Select **devtools-redirect/** folder.
11-
4. You're done!
8+
You can either go to the chrome webstore http://chrome.google.com/webstore and install it from there or fork it from github http://github.com/kbouchard/devtools-redirect and load it unpacked.
129

1310
Demo
1411
---------------------
1512
http://screenr.com/ebt7
1613

17-
Issues
14+
Important
1815
---------------------
19-
IMPORTANT: In order to redirect files properly, you need to redirect to a server, either a local one or a remote one. Any redirects to **file://** won't work. This is a restriction/issue that I'm currently working on.
16+
- Right now, you can only redirect **.js .css .less** resources.
17+
- You can **NOT** redirect resources to a local file using the **file://** protocol. In order to redirect locally, you need to be running a **local server** (e.g Apache) and redirect the file to the right path using it (e.g *http://localhost/my-project/css/style.css*).
2018

21-
[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/53371b8038403906d6d9e528178991f4 "githalytics.com")](http://githalytics.com/kbouchard/boris)
2219

20+
Upcoming features
21+
---------------------
22+
- Make the **file://** protocol work.
23+
- Integrate a status check when setting a file in the redirection inputs.
2324

2425

26+
[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/53371b8038403906d6d9e528178991f4 "githalytics.com")](http://githalytics.com/kbouchard/boris)

0 commit comments

Comments
 (0)