All Projects → zhongwuzw → Webbrowser

zhongwuzw / Webbrowser

Licence: mit
iOS浏览器 Web Browser for iOS

Projects that are alternatives of or similar to Webbrowser

Ultratabsaver
The open source Tab Manager Extension for Safari.
Stars: ✭ 178 (-46.39%)
Mutual labels:  apple, safari
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (-49.7%)
Mutual labels:  extensions, safari
aprenda-swift
Uma lista de conteúdos para você aprender Swift
Stars: ✭ 429 (+29.22%)
Mutual labels:  apple, safari
React Native Safari View
A React Native wrapper for Safari View Controller.
Stars: ✭ 475 (+43.07%)
Mutual labels:  apple, safari
Wpt
Test suites for Web platform specs — including WHATWG, W3C, and others
Stars: ✭ 3,573 (+976.2%)
Mutual labels:  safari, webkit
Wwdc
You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you 🥳
Stars: ✭ 2,561 (+671.39%)
Mutual labels:  apple, safari
Macdriver
Native Mac APIs for Go
Stars: ✭ 3,582 (+978.92%)
Mutual labels:  apple, webkit
Arduino Create Agent
The Arduino Create Agent
Stars: ✭ 298 (-10.24%)
Mutual labels:  safari
Compositional Layouts Kit
📏 A set of advanced compositional layouts for UICollectionView with examples [Swift 5.3, iOS 13].
Stars: ✭ 317 (-4.52%)
Mutual labels:  apple
Awesome Swiftui
A curated list of awesome SwiftUI tutorials, libraries, videos and articles.
Stars: ✭ 289 (-12.95%)
Mutual labels:  apple
Macpin
a webapp container & site specific browser made from WebKit.swift and JavaScriptCore
Stars: ✭ 289 (-12.95%)
Mutual labels:  webkit
Arkit
ARKit Base Project. Place virtual objects based on WWDC example project
Stars: ✭ 297 (-10.54%)
Mutual labels:  apple
Jkcategories
JKCategories(iOS-Categories,Category), a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,CoreData,QuartzCore,CoreLocation,MapKit Etc.
Stars: ✭ 3,292 (+891.57%)
Mutual labels:  extensions
Attributedstring
基于Swift插值方式优雅的构建富文本, 支持点击长按事件, 支持不同类型过滤, 支持自定义视图等.
Stars: ✭ 294 (-11.45%)
Mutual labels:  apple
Macos Security And Privacy Guide
Guide to securing and improving privacy on macOS
Stars: ✭ 18,685 (+5528.01%)
Mutual labels:  apple
Ultralight
Next-generation HTML renderer for apps and games
Stars: ✭ 3,585 (+979.82%)
Mutual labels:  webkit
Esp32 Homekit
ESP-32 implementation of Apple Homekit Accessory Protocol(HAP)
Stars: ✭ 331 (-0.3%)
Mutual labels:  apple
Melonjs
a fresh & lightweight javascript game engine
Stars: ✭ 3,721 (+1020.78%)
Mutual labels:  webkit
Pwn2own2020
Compromising the macOS Kernel through Safari by Chaining Six Vulnerabilities
Stars: ✭ 314 (-5.42%)
Mutual labels:  safari
Onnx Coreml
ONNX to Core ML Converter
Stars: ✭ 326 (-1.81%)
Mutual labels:  apple

WebBrowser(iOS)GitHub license carthage compatible Build Status

一款用于网页浏览的APP(Web Browser For iOS)。Github地址

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 - 用法

Two choices to run the project.

Run by Carthage

  1. Clone or download project.
  2. Run command carthage update --platform iOS.
  3. Open WebBrowser.xcodeproj and run.

Run by CocoaPods

  1. Clone or download project.
  2. Run sh transfer-carthage-to-cocoapods.sh shell script which located in project's root directory.
  3. Run pod install.
  4. Open WebBrowser.xcworkspace and run.

Requirements - 依赖

Demo

1. Multi-tab (多窗口):

tab

tab

左右边缘滑动切换窗口:

tab

2. Search (搜索):

search

3. No Image Mode (无图模式,功能已并入扩展)

no image mode

4. History (历史)

  1. Long Press to select options. (长按记录可弹出选项按钮)
  2. Tap to open history in current window.(点击记录会在当前窗口打开历史页面)

history

5. Favorite (收藏)

In non-editing mode (在非编辑模式下操作)
  1. Long press on directory to edit directory name in non-editing mode.(长按目录来编辑目录名字)

favorite

  1. Long press on bookmark item to edit bookmark's url, name, directory in non-editing mode.(长按书签项来编辑书签的地址、名字、以及所在目录)

favorite

In editing mode (在编辑模式下)
  1. reorder, delete directory in editing mode.(删除、排序目录)

favorite

  1. click "新文件夹" button to add new directory in editing mode.(点击"新文件夹"按钮来创建新的目录)

favorite

  1. reorder, delete bookmark in editing mode.(删除、排序书签)

favorite

  1. add new bookmark.(添加新书签)

favorite

6. find in page (页内查找)

find in page

License

The MIT License (MIT)

Copyright (c) 2017 Zhong Wu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].