Flatline

Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.

什么是Flatline?

Flatline是由Cleo Menezes Jr.开发的Chrome扩展程序,该扩展的主要功能是“Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.”。

扩展截图

screenshot

下载Flatline扩展crx文件

下载Flatline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Flatline Flatline
ID cpbniogoilfagmcoipghkgnpmdglfmjm
官方URL https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm
简介 Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
文件大小 12.99 KB
安装次数 713
当前版本 1.6
更新时间 2023-05-12
上架时间 2022-08-17
评分 5.00/5 共5次评分
开发者 Cleo Menezes Jr.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/CleoMenezesJr/flatline
帮助页面URL https://github.com/CleoMenezesJr/flatline/issues
支持的语言 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"
            ]
        }
    ]
}