diff --git a/sources/tech/20210907 Run Web Applications in Linux Using Tangram Browser.md b/sources/tech/20210907 Run Web Applications in Linux Using Tangram Browser.md deleted file mode 100644 index 11ea307510..0000000000 --- a/sources/tech/20210907 Run Web Applications in Linux Using Tangram Browser.md +++ /dev/null @@ -1,93 +0,0 @@ -[#]: subject: "Run Web Applications in Linux Using Tangram Browser" -[#]: via: "https://itsfoss.com/tangram/" -[#]: author: "Ankush Das https://itsfoss.com/author/ankush/" -[#]: collector: "lujun9972" -[#]: translator: "anine09" -[#]: reviewer: " " -[#]: publisher: " " -[#]: url: " " - -Run Web Applications in Linux Using Tangram Browser -====== - -_**Brief:** Tangram is a browser that aims to help you run and manage web applications in Linux_. _Let’s take a look at how it works._ - -Even if we have native Linux applications available for several tools, many end up using web applications. - -Maybe in the form of an electron app or directly through a web browser, native experiences are becoming an old-school thing. - -Of course, running web applications, no matter the platform, needs more system resources. And, considering every service is going for a web-based approach instead of a native experience, we need solutions to manage the web apps efficiently. - -An open-source Linux app, Tangram, could be the solution. - -### Tangram: A Browser Tailored to Run Web Applications - -![][1] - -You can choose to use some of the [best Linux web browsers][2] to run web applications. But, if you want something that entirely focuses on web application experience, Tangram is an exciting option. - -The developer took inspiration from GNOME Web, [Franz][3], and [Rambox][4]. - -You do not get any fancy features but just the ability to change the user agent and manage the web applications you have logged in to. - -It can be used to access multiple social media platforms, chat messengers, work collaboration applications, and more. - -### Features of Tangram - -![][5] - -Considering it is a minimal browser based on WebKitGTK, not much you can do here. To list some of the essentials, here’s what you can do: - - * Re-order tabs in the sidebar - * Easily add any web service as a web app - * Ability to tweak the user agent (Desktop/mobile) - * Keyboard shortcuts - * Change position of the sidebar (tab bar) - - - -All you need to do is load up a web service, log in, and click on “**Done**” to add it as a web application. - -![][6] - -### Installing Tangram in Linux - -Tangram is available as a Flatpak for every Linux distribution, and you can also find it in [AUR][7]. - -If you want to install it via the terminal, type in the following command: - -``` -flatpak install flathub re.sonny.Tangram -``` - -You may refer to our [Flatpak guide][8] if you do not have it enabled on your system. - -To explore more about it, you can check out its [GitHub page][9]. - -[Tangram Browser][10] - -Have you tried this yet? Do you prefer web applications or native applications? Feel free to share your thoughts in the comments below. - --------------------------------------------------------------------------------- - -via: https://itsfoss.com/tangram/ - -作者:[Ankush Das][a] -选题:[lujun9972][b] -译者:[anine09](https://github.com/anine09) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: https://itsfoss.com/author/ankush/ -[b]: https://github.com/lujun9972 -[1]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/tangram-web-app-browser.png?resize=800%2C611&ssl=1 -[2]: https://itsfoss.com/best-browsers-ubuntu-linux/ -[3]: https://itsfoss.com/franz-messaging-app/ -[4]: https://itsfoss.com/rambox/ -[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/tangram-settings.png?resize=530%2C290&ssl=1 -[6]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/tangram-web-app-whatsapp.png?resize=800%2C431&ssl=1 -[7]: https://itsfoss.com/aur-arch-linux/ -[8]: https://itsfoss.com/flatpak-guide/ -[9]: https://github.com/sonnyp/Tangram -[10]: https://flathub.org/apps/details/re.sonny.Tangram diff --git a/translated/tech/20210907 Run Web Applications in Linux Using Tangram Browser.md b/translated/tech/20210907 Run Web Applications in Linux Using Tangram Browser.md new file mode 100644 index 0000000000..615cc95b10 --- /dev/null +++ b/translated/tech/20210907 Run Web Applications in Linux Using Tangram Browser.md @@ -0,0 +1,93 @@ +[#]: subject: "Run Web Applications in Linux Using Tangram Browser" +[#]: via: "https://itsfoss.com/tangram/" +[#]: author: "Ankush Das https://itsfoss.com/author/ankush/" +[#]: collector: "lujun9972" +[#]: translator: "anine09" +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +使用 Tangram Browser 在 Linux 中运行 Web 应用 +======= + +_**导语:**Tangram 是一个旨在帮助你在 Linux 中运行和管理 Web 应用的浏览器_。_一起来看看它是如何使用的吧。_ + +即使我们有许多本地的工具类 Linux 本地应用,但是许多人最终还是选择使用 Web 应用。 + +他们也许是使用 Electron 构建的应用或是直接在浏览器中打开网页,使用本地应用正在成为一种比较“传统”的做法。 + +当然,运行 Web 应用,不管是什么平台,都会占用更多的系统资源。而且,考虑到每一个服务都是基于 Web 端而不是本地,我们就需要一种有效管理 Web 应用的解决方案。 + +因此,我为你介绍一款开源的 Linux 应用,Tangram。 + +### Tangram:专为 Web 应用设计的浏览器 + +![][1] + +你可以选择其他[优秀的浏览器][2]来运行 Web 应用,但是如果你想完全专注于 Web 应用体验的浏览器,Tangram 是个不错的选择。 + +Tangram 的开发者从 GNOME Web,[Franz][3],和 [Rambox][4] 中获得的灵感。 + +没有其他花里胡哨的功能, Tangram 能帮助你改变你的用户代理( User Agent )和管理那些你已经登陆的 Web 应用。 + +它可以用于访问多个社交媒体,聊天工具,工作协同应用等等。 + +### Tangram 的特性 + +![][5] + +考虑到 Tangram 是基于 WebKitGTK 的精简化浏览器,它拥有的功能不算很多,下面是一些功能要点: + + * 重新排列的侧边栏选项卡 + * 方便地添加任何一个 Web 服务作为一个 Web 应用程序 + * 在桌面端和移动端调整用户代理(User Agent) + * 使用键盘快捷键 + * 改变侧边栏和选项卡的位置 + + +你所需要做的就是加载一个 Web 服务,登陆,然后点击**“完成”**,将其添加为 Web 应用程序。 + +![][6] + +### 在 Linux 中安装 Tangram + +每个 Linux 发行版都可以通过 Flatpak 来安装 Tangram,你也可以在 [AUR][7] 中找到它。 + +如果你想通过终端来安装它,输入以下命令: + +``` +flatpak install flathub re.sonny.Tangram +``` + +如果你的系统没有启用 Flatpak,你可以参考我们的 [Flatpak 指南][8]。 + +想要了解更多信息,请访问 [Tangram 的 Github 页面][9]。 + +[Tangram Browser][10] + +你试过 Tangram 吗?你更喜欢 Web 应用还是本地应用?欢迎在下面的评论中分享你的想法。 + +-------------------------------------------------------------------------------- + +via: https://itsfoss.com/tangram/ + +作者:[Ankush Das][a] +选题:[lujun9972][b] +译者:[anine09](https://github.com/anine09) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://itsfoss.com/author/ankush/ +[b]: https://github.com/lujun9972 +[1]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/tangram-web-app-browser.png?resize=800%2C611&ssl=1 +[2]: https://itsfoss.com/best-browsers-ubuntu-linux/ +[3]: https://itsfoss.com/franz-messaging-app/ +[4]: https://itsfoss.com/rambox/ +[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/09/tangram-settings.png?resize=530%2C290&ssl=1 +[6]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/09/tangram-web-app-whatsapp.png?resize=800%2C431&ssl=1 +[7]: https://itsfoss.com/aur-arch-linux/ + +[8]: https://itsfoss.com/flatpak-guide/ +[9]: https://github.com/sonnyp/Tangram +[10]: https://flathub.org/apps/details/re.sonny.Tangram