diff --git a/README.md b/README.md index e45d5c7a..e7e03013 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ For WebView based browsers, these menu items are presented in the context menu. ## Bonus Since WebView based browsers have no unified designs, the following -first three features are not supported for them. +first four features are not supported for them. ### Open in Chrome @@ -112,6 +112,10 @@ One can disable it through the `Developer options` menu. ChromeXt adds a book icon in the page menu to enable reader (distiller) mode manually. +### Export browser bookmarks + +Bookmarks can be exported in HTML format through the `Developer options` menu. + ### AD Blocker solution For blocking network requests, I recommend to use `AdAway` or any proxy AD Blocker such as `clash`. @@ -189,5 +193,5 @@ Here are corresponding files you might want / need to change: - [x] Fix [LSPatch for isolated process](https://github.com/LSPosed/LSPatch/issues/190) issue - [x] Implement UserScript storage - [x] Re-implement GM_xmlhttpRequest -- [ ] Convert exported bookmarks to HTML format +- [x] Convert exported bookmarks to HTML format - [ ] Add recommended scripts to the front end manager