Flatline

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

Was ist Flatline?

Flatline ist eine Chrome-Erweiterung, die von Cleo Menezes Jr. entwickelt wurde, und ihr Hauptmerkmal ist "Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.".

Erweiterungsscreenshots

screenshot

Flatline-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flatline-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Flatline Flatline
ID cpbniogoilfagmcoipghkgnpmdglfmjm
Offizielle URL https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm
Beschreibung Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
Dateigröße 12.99 KB
Installationsanzahl 713
Aktuelle Version 1.6
Letztes Update 2023-05-12
Veröffentlichungsdatum 2022-08-17
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Cleo Menezes Jr.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/CleoMenezesJr/flatline
Hilfeseite URL https://github.com/CleoMenezesJr/flatline/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}