Flatline
Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
Flatline là gì?
Flatline là một tiện ích mở rộng Chrome được phát triển bởi Cleo Menezes Jr., và tính năng chính của nó là "Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Flatline
Tải xuống các tệp mở rộng Flatline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
To facilitate the installation process of Flatpak applications through the websites flathub.org, apps.gnome.org and appcenter.elementary.io, I created this simple extension that, through appstream, opens GNOME Software directly in the app's details panel. - Flatpak installed. - Flathub and/or other Flatpak repository. - GNOME Software or any software center with Flatpak support.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cpbniogoilfagmcoipghkgnpmdglfmjm |
URL Chính Thức | https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm |
Mô tả | Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter. |
Kích Thước Tệp | 12.99 KB |
Số Lần Cài Đặt | 713 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2023-05-12 |
Ngày Phát Hành | 2022-08-17 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Cleo Menezes Jr. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/CleoMenezesJr/flatline |
URL Trang Trợ Giúp | https://github.com/CleoMenezesJr/flatline/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Flatline", "version": "1.6", "description": "Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.", "icons": { "48": "icons\/flatline-48.png" }, "content_scripts": [ { "matches": [ "https:\/\/flathub.org\/*", "https:\/\/apps.gnome.org\/*", "https:\/\/appcenter.elementary.io\/*" ], "js": [ "main.js" ] } ] } |