You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -4,22 +4,33 @@ Provides ability to open pages and links by Internet Explorer (Cloned IE View ba
4
4
5
5
This works only on Windows.
6
6
7
+
# for Google Chrome (IE View WE MV3)
8
+
9
+
This was initially started as a cloned IE View based on WebExtensions API, but finally dropped support of original IE View compatible features including the options page.
10
+
Only ThinBridge compatible implementation is left on the browser extension part, thus you need to install [ThinBridge](https://github.com/ThinBridge/ThinBridge/) as the native messaging host.
11
+
See [ThinBridge](https://github.com/ThinBridge/ThinBridge/) for more details.
12
+
13
+
IE View WE MV3 msut be loaded via GPO.
14
+
See [the document describing how to install development version of the extension via GPO, in the TinBridge project](https://github.com/ThinBridge/ThinBridge/blob/master/DEVELOPMENT.md#how-to-try-extensions-for-development).
15
+
16
+
# for Firefox (IE View WE MV2)
17
+
7
18
*IMPORTANT NOTE: The list of URLs which should be opened by IE is not compatible to the legacy version's one.*
8
19
You need to rewrite them based on the [matching pattern spec for Firefox addons](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns).
9
20
For example: `http://example.com` => `http://example.com/*` (note that the added wild card to match any page under the domain.)
10
21
11
-
# Steps to install
22
+
##Steps to install
12
23
13
24
1. Download the MSI suitable for your environment's architecture, or a zip package "ieview-we-host.zip" from the [releases page](https://github.com/clear-code/ieview-we/releases/latest).
14
25
2. If you've downloaded an MSI, run it to install. Otherwise, unzip the downloaded file and double-click the batch file named "install.bat".
15
26
3.[Install "IE View WE" Firefox addon from its xpi package.](https://addons.mozilla.org/firefox/addon/ie-view-we/)
16
27
17
-
# Steps to uninstall
28
+
##Steps to uninstall
18
29
19
30
1. Uninstall "IE View WE" Firefox addon via the addon manager.
20
31
2. Double-click the batch file named `uninstall.bat`.
21
32
22
-
# How to customize Options
33
+
##How to customize Options
23
34
24
35
There are some options which you can customize default behavior:
25
36
You can also customize preset configuration via MCD.
@@ -28,7 +39,7 @@ You can also customize preset configuration via MCD.
28
39
*`extensions.ieview.ieargs` Command Line Arguments (default: empty)
29
40
*`extensions.ieview.contextMenu` Add "Open by IE" items to the context menu (default: true)
30
41
31
-
## Rules to open by ...
42
+
###Rules to open by ...
32
43
33
44
*`extensions.ieview.forceielist` Websites to be opened by IE always (default: empty)
34
45
*`extensions.ieview.disableForce` Disable websites opened by IE always (dfault: false)
@@ -37,14 +48,14 @@ You can also customize preset configuration via MCD.
37
48
*`extensions.ieview.onlyMainFrame` Only check URL which is shown in location bar (default: true)
38
49
*`extensions.ieview.ignoreQueryString` Ignore query string in URL (default: false)
0 commit comments