Flatline

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

Hvad er Flatline?

Flatline er en Chrome-udvidelse udviklet af Cleo Menezes Jr., og dens hovedfunktion er "Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.".

Udvidelsesskærmbilleder

screenshot

Download Flatline-udvidelses-CRX-fil

Download Flatline-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Flatline Flatline
ID cpbniogoilfagmcoipghkgnpmdglfmjm
Officiel URL https://chromewebstore.google.com/detail/flatline/cpbniogoilfagmcoipghkgnpmdglfmjm
Beskrivelse Select apps directly from your favorite software center by clicking Install from Flathub, apps.gnome and AppCenter.
Filstørrelse 12.99 KB
Antal Installationer 713
Nuværende Version 1.6
Senest Opdateret 2023-05-12
Udgivelsesdato 2022-08-17
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Cleo Menezes Jr.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/CleoMenezesJr/flatline
Hjælpeside-URL https://github.com/CleoMenezesJr/flatline/issues
Understøttede Sprog 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"
            ]
        }
    ]
}