-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit adding basic info about Chromer.
- Loading branch information
1 parent
a74d6fd
commit 05ac7e9
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Chromer | ||
**Android browser app based on Chrome Custom Tabs.** | ||
|
||
<img src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" align="left" | ||
width="200" | ||
hspace="10" vspace="10"> | ||
|
||
Chromer utilizes Chrome Custom Tab API from Google Chrome to create a customized browsing experience while utilizing benefits of Google Chrome like data saver, saved passwords, history sync etc. | ||
|
||
Chromer is available for free on the Google Play Store. | ||
|
||
|
||
<a href="https://play.google.com/store/apps/details?id=arun.com.chromer"> | ||
<img alt="Get it on Google Play" | ||
height="80" | ||
src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" /> | ||
</a> | ||
|
||
## Feature highlights | ||
* *Web heads* - Ability to open links in floating bubbles. | ||
* For < 5.0+ devices, this is a better replacement to view pages than system web view as it might not be latest. | ||
* Opens all URL links in a Chrome Custom Tab irresprecitve of support from launching app. | ||
* 5.0+ Ability to open links in multiple recent entires. A.K.A Merge tabs and apps. | ||
* Runs a light weight service to warm up chrome instance. | ||
* Dynamic toolbar color which can be based on either the website or the launching app. | ||
* Syncs all opened tabs with your Google account. | ||
* Since this uses CCT, you can press X to quickly return to your launching app. | ||
* Customize almost every aspect of Chrome Custom Tabs. | ||
|
||
## Contributions | ||
|
||
Your contributions are most welcome. | ||
|
||
## License | ||
|
||
Chromer is licensed under the [GNU v3 Public License.](LICENSE.txt) | ||
|