0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00

Description (#4)

* Update full-description.txt

* Update full-description.txt

* Update full-description.txt

* Update full-description.txt
This commit is contained in:
Ilithy 2022-08-19 15:15:00 +02:00 committed by GitHub
parent 57c55573f4
commit c3aaa44e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,12 @@
This app acts as an intermediate step towards opening url links. When you click on a link and choose this app to open it, it will show a dialog with some information about the link. Specially useful when you need to open an external link either from an email, from a social network app, or similar.
This application acts as an intermediary when opening url links, When you use it to open a link, a window containing information on this one is displayed,
allowing you to make changes to it as well.
Especially useful when you need to open an external link either from an email, a social network app or others.
The app was originally developed for personal use, but shared to others can benefit from it. It is free and without any ads, as small as possible and using as few permissions as possible (only the internet permission, for module checks that will only be performed when the user request them). The source code is available on GitHub too, in case you want to suggest or even make modifications to the app: https://github.com/TrianguloY/UrlChecker
Url Checker is developed by TrianguloY originally for personal use, it is open source (under CC BY 4.0 license), free, without any ads or trackers, light sized and using as few permissions as workable (only the internet permission, for module checks that will only be performed when the user request them). The source code is available on GitHub too if you want to suggest changes, perform modifications or propose translation: https://github.com/TrianguloY/UrlChecker
The app is structured with a modular setup, you can enable/disable and reorder individual modules, which include:
This application is modular so you can activate, deactivate and rearrange the different modules, including:
* Input text: Displays the current url which can be edited manually. Can't be disabled.
@ -26,4 +28,4 @@ The app is structured with a modular setup, you can enable/disable and reorder i
* Debug module: Displays the intent uri, and optionally info about the ctabs (custom tabs) service. This is intended for developers.
* Open module: Contains the open and share buttons. If a link can be opened with multiple apps, an arrow will be shown to let you choose. Can't be disabled.
* Open module: Contains the open and share buttons. If a link can be opened with multiple apps, an arrow will be shown to let you choose. Can't be disabled.