# WebBrowser **Repository Path**: deeplee/WebBrowser ## Basic Information - **Project Name**: WebBrowser - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebBrowser(iOS)[](https://github.com/avito-tech/Marshroute/blob/master/LICENSE) [](https://github.com/Carthage/Carthage) [](https://travis-ci.org/zhongwuzw/WebBrowser) 一款用于网页浏览的APP(Web Browser For iOS)。[Github地址](https://github.com/zhongwuzw/WebBrowser) ## Features - 功能 1. 扩展功能,通过JavaScript注入来扩展功能,在菜单->扩展页面进行选择,目前包括(大家如果有想要的功能,或者直接上代码更好,欢迎大家在Issue中提出): * 无图模式 * 屏蔽百度广告及banner推广【默认开启】 * 护眼模式(多种颜色可选) 2. 多Tab页浏览(multi-tab browsing) 3. 冷启动恢复浏览记录,包括当前页及前进后退页面(session restore, includes current page and backforward list) 4. 多窗口管理,屏幕左右边缘滑动切换窗口(multi-window management, edge pan to switch windows) 5. 书签、历史记录管理(bookmark、history manage) 6. 页内查找(find in page) 7. 点击标题栏进行页面访问或搜索(tap the title bar to input url for surf or key to search) 8. 自动监控剪切板`URL`,可在新窗口中打开 ## Usage - 用法 1. `clone` or download zip file. 2. Two choices to install dependencies, you can choose any one below: * 2.1 Install by `Carthage`, Run command `carthage update --platform iOS` * 2.2 Install by `CocoaPods`, first execute `sh transfer-carthage-to-cocoapods.sh` shell script which located in project root directory, then run `pod install`. 3. Open `WebBrowser.xcodeproj`(`Carthage`) or `WebBrowser.xcworkspace`(`CocoaPods`) ## Requirements - 依赖 * iOS 8.0 or higher * Xcode 9 * ARC * [Carthage](https://github.com/Carthage/Carthage) or [CocoaPods](https://github.com/CocoaPods/CocoaPods) ## Demo #### 1. Multi-tab (多窗口):